Code to showing Alert message with OK button using iPhone SDK / Cocoa programing:
UIAlertView *alert = [[UIAlertView Alloc]initWithTitle:nil message:@"An Alert message!" delegate:self cancelButtonTitle:"OK" otherButtonTitle:nil];
[alert show];
[alert release];
--Mitesh Mehta
miteshvmehta@gmail.com
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment