/ Published in: iPhone
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Worked!" message:@"Your function was called." delegate:self cancelButtonTitle:@"Close" otherButtonTitles:nil]; [alert show];