/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Alert" message:@"You've Been Alerted" delegate:self cancelButtonTitle:@"Dismiss" otherButtonTitles:nil]; [alert show]; [alert release];