Return to Snippet

Revision: 33005
at December 8, 2010 08:00 by bobbym245


Updated Code
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Alert" message:@"You've Been Alerted" delegate:self cancelButtonTitle:@"Dismiss" otherButtonTitles:nil];
	[alert show];
	[alert release];

Revision: 33004
at October 5, 2010 09:21 by bobbym245


Initial Code
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Alert" message:@"You've Been Alerted" delegate:self cancelButtonTitle:@"Dismiss" otherButtonTitles:nil];
	[alert show];
	[alert release];

Initial URL


Initial Description


Initial Title
IPhone SDK Create and Show an Alert

Initial Tags
textmate, iphone

Initial Language
Objective C