/ Published in: Objective C
Expand |
Embed | Plain Text
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Hello!" message:@"you clicked this!" delegate:nil cancelButtonTitle:@"Okay" otherButtonTitles:nil]; [alert show]; [alert release];
You need to login to post a comment.
