Return to Snippet

Revision: 38936
at January 10, 2011 21:32 by magickaito


Initial Code
UIAlertView *alert = [[UIAlertView alloc]
						  initWithTitle:@"Hello!"
						  message:@"you clicked this!"
						  delegate:nil
						  cancelButtonTitle:@"Okay"
						  otherButtonTitles:nil];
	[alert show];
	[alert release];

Initial URL

                                

Initial Description

                                

Initial Title
Objective C Alert Box

Initial Tags

                                

Initial Language
Objective C