Wednesday, April 27, 2011

How to create an alert popup in iPhone

Alert boxes are helpful in iPhone development to give users a heads up if they are pressing an incorrect button or if they need to be given information in a game, etc.  Please see an example of an alert box below.

UIAlertView *alert = [[UIAlertView alloc]initwithTitile:@"title"];
[alert show];
[alert release];


Download new World War II trivia game available in the App Store

No comments:

Post a Comment