![]() |
|
|
+ Search |
![]()
|
Apr 29th, 2002 20:19
Christopher Holland, Eric Peyton
When you run one of the alert panel functions it will return the result to you. So, you would call it something like this: result = NSRunInformationalAlertPanel(@"Title", @"InformationText", @"OK", @"Later", @"Cancel",nil); Then you can check result for what you want to do next.