3 lines
162 B
Mathematica
3 lines
162 B
Mathematica
|
|
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Goodbye, World!" message:nil delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil];
|
||
|
|
[alert show];
|