Advertisement
comic0

Untitled

Mar 27th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. - (void)handleSingleTap:(UITapGestureRecognizer *)recognizer {
  3.     // Insert your own code to handle singletap
  4.     NSLog(@"*** T A P ***");
  5. }
  6.  
  7. - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
  8.     NSLog(@"*** touchesBegan ***");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement