Return to Snippet

Revision: 23259
at February 2, 2010 14:49 by BenClayton


Initial Code
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Title" message:@"Message" delegate:nil cancelButtonTitle:@"Close" otherButtonTitles:nil];
[alert show];
[alert release];

Initial URL


Initial Description


Initial Title
UIAlert - popping up an alert

Initial Tags


Initial Language
Objective C