Skip to content

Instantly share code, notes, and snippets.

@rharriso
Created August 24, 2012 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rharriso/3455978 to your computer and use it in GitHub Desktop.
Save rharriso/3455978 to your computer and use it in GitHub Desktop.
kinda looks like NOD Mobile Artillery
[[[[UIAlertView alloc] initWithTitle:@"Alert Title"
message:"Message"
delegate:self
cancelButtonTitle:@"Cancel"
otherButtonTitles:nil, nil] autorelease] show];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment