/ Published in: iPhone
Expand |
Embed | Plain Text
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Worked!" message:@"Your function was called." delegate:self cancelButtonTitle:@"Close" otherButtonTitles:nil]; [alert show];
You need to login to post a comment.
