RosettaCodeData/Task/Hello-world-Graphical/Objective-C/hello-world-graphical-2.m
2014-04-02 16:56:35 +00:00

2 lines
162 B
Objective-C

UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Goodbye, World!" message:nil delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil];
[alert show];