Guest User

Untitled

a guest
Feb 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. -(void)alertView:(UIAlertView*)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex{
  2. if (buttonIndex == 0) {
  3.  
  4. // CODE
  5.  
  6. }else {
  7.  
  8.  
  9. // CODE_2
  10.  
  11. }
  12. }
Add Comment
Please, Sign In to add comment