Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. //{
  2. // for (UITouch* touch in touches) {
  3. // if (touch.tapCount == 2)
  4. // {
  5. // CGPoint where = [touch locationInView:self];
  6. // NSIndexPath* ip = [self indexPathForRowAtPoint:where];
  7. // NSLog(@"double clicked index path: %@", ip);
  8. //
  9. // if ([delegate2 respondsToSelector:@selector(doubleTapDetected:)])
  10. // {
  11. // [delegate2 doubleTapDetected:ip];
  12. // }
  13. // return;
  14. //
  15. // }
  16. // if (touch.tapCount == 1)
  17. // NSLog(@"single tap");
  18. // }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement