read
 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Title of the   message"  
message:@"message to show"
delegate:nil
cancelButtonTitle:@"OK"
otherButtonTitles:nil];[alert autorelease];
[alert show];


Source

Blog Logo

Daniel Gomez Rico


Published

Image

MakinGIANTS

The findings and tips records of an Android-iOS-TheWholeShabang group

Back to Overview