Skip to content

Instantly share code, notes, and snippets.

@dominickm
Last active September 19, 2016 01:48
Show Gist options
  • Select an option

  • Save dominickm/df3d8575d5617bbf06cdab4ca74737d4 to your computer and use it in GitHub Desktop.

Select an option

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