Skip to content

Instantly share code, notes, and snippets.

@primalmotion
Created September 29, 2011 11:25
Show Gist options
  • Select an option

  • Save primalmotion/1250559 to your computer and use it in GitHub Desktop.

Select an option

Save primalmotion/1250559 to your computer and use it in GitHub Desktop.
var alert = [TNAlert alertWithMessage:@"Are you sure ?"
informative:@"Because this bad"
target:self
actions:[[@"Yes", @selector(performYes:)],
[@"Maybe", @selector(performMaybe:)],
[@"Cancel", nil]]];
[alert runModal];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment