Skip to content

Instantly share code, notes, and snippets.

@dominickm
Last active September 19, 2016 01:48
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 dominickm/df3d8575d5617bbf06cdab4ca74737d4 to your computer and use it in GitHub Desktop.
Save dominickm/df3d8575d5617bbf06cdab4ca74737d4 to your computer and use it in GitHub Desktop.
UIAlert Fail
UIAlertView * alert = [[UIAlertView alloc] initWithTitle:@"Erorr" message:@"All fields are required." delegate:self cancelButtonTitle:self otherButtonTitles:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment