Skip to content

Instantly share code, notes, and snippets.

@Geri-Borbas
Last active December 18, 2015 13:18
Show Gist options
  • Save Geri-Borbas/5788652 to your computer and use it in GitHub Desktop.
Save Geri-Borbas/5788652 to your computer and use it in GitHub Desktop.
Pretty clean client code to pop a simple UIAlertView.
[EPPZAlert alertWithTitle:@"Do this?"
message:@"Let me know if you want to do this."
yes:^() { [self do]; }
no:^() { [self dont]; }
cancel:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment