Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if( UIGestureRecognizerStateChanged)
  2. {
  3. CGPoint center = snapshot.center;
  4. center.y = location.y;
  5. snapshot.center = center;
  6. }
  7. if (UIGestureRecognizerStateEnded)
  8. {
  9. location = [longPress locationInView:self.tableView];
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement