/ Published in: Objective C
Expand |
Embed | Plain Text
*UIAlertView *someError = [[UIAlertView alloc] initWithTitle: @"title" message: @"message" delegate: self cancelButtonTitle: @"Ok" otherButtonTitles: nil]; [someError show]; [someError release];
You need to login to post a comment.
