Revision: 11484
Updated Code
at June 23, 2009 03:04 by steve918
Updated Code
UIAlertView *someError = [[UIAlertView alloc] initWithTitle: @"Network error" message: @"Error sending your info to the server" delegate: self cancelButtonTitle: @"Ok" otherButtonTitles: nil]; [someError show]; [someError release];
Revision: 11483
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 6, 2009 16:37 by steve918
Initial Code
UIAlertView *someError = [[UIAlertView alloc] initWithTitle: @"Network error" message: @"Error sending your info to the server" delegate: self cancelButtonTitle: @"Ok" otherButtonTitles: nil]; [scoreError show]; [scoreError release];
Initial URL
Initial Description
Display simple alert box
Initial Title
Simple alert box on iPhone
Initial Tags
iphone
Initial Language
Objective C