Skip to content

Instantly share code, notes, and snippets.

@RameshAran
Created September 17, 2016 05:10
Show Gist options
  • Save RameshAran/5fa6d684280d1e712ccfcc3936e04646 to your computer and use it in GitHub Desktop.
Save RameshAran/5fa6d684280d1e712ccfcc3936e04646 to your computer and use it in GitHub Desktop.
[alertView addAction:[UIAlertAction actionWithTitle:@"ok"
style:UIAlertActionStyleDefault
handler:^(UIAlertAction *action) {
//todo
}]];
@RameshAran
Copy link
Author

UIAlertController example. Adding an Action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment