Skip to content

Instantly share code, notes, and snippets.

@ahmadlinus
Created February 18, 2017 23:02
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 ahmadlinus/cad143130647c3174b630d3645d491a5 to your computer and use it in GitHub Desktop.
Save ahmadlinus/cad143130647c3174b630d3645d491a5 to your computer and use it in GitHub Desktop.
UIAlertView* alert = [[UIAlertView alloc] initWithTitle: @"test" message: @"testing" delegate: self
cancelButtonTitle:@"OK" otherButtonTitles:nil];
[alert show];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment