Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created May 15, 2020 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevencurtis/9b7b00daa19e9e975d0b2598f305b350 to your computer and use it in GitHub Desktop.
Save stevencurtis/9b7b00daa19e9e975d0b2598f305b350 to your computer and use it in GitHub Desktop.
panrecogniser
let pan = UIPanGestureRecognizer(target: self, action: #selector(handlePan(_:)))
clickableView.addGestureRecognizer(pan)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment