Skip to content

Instantly share code, notes, and snippets.

@fsvehla
Created July 23, 2010 10:41
Show Gist options
  • Save fsvehla/487275 to your computer and use it in GitHub Desktop.
Save fsvehla/487275 to your computer and use it in GitHub Desktop.
UIAlertView *alert = [[UIAlertView alloc]
initWithTitle: @"Warning"
message: insult
delegate: self
cancelButtonTitle: @"OK"
otherButtonTitles: nil
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment