Guest User

Untitled

a guest
Apr 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. tableView.gestureRecognizers?.forEach { uiView.addGestureRecognizer($0) }
  2.  
  3. tableView.setContentOffset(CGPoint(x: 0, y: Y), animated: true)
  4.  
  5. override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?)
  6. override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?)
  7. override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?)
Add Comment
Please, Sign In to add comment