Return to Snippet

Revision: 23934
at February 16, 2010 17:50 by unravelme1


Initial Code
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Worked!" message:@"Your function was called." delegate:self cancelButtonTitle:@"Close" otherButtonTitles:nil];
[alert show];

Initial URL


Initial Description


Initial Title
iPhone Debugging Alert Window

Initial Tags
iphone

Initial Language
iPhone