Skip to content

Instantly share code, notes, and snippets.

@mczachurski
Created January 21, 2018 17:13
Show Gist options
  • Save mczachurski/8ff35539c761e2a38b3835cebdc67d0a to your computer and use it in GitHub Desktop.
Save mczachurski/8ff35539c761e2a38b3835cebdc67d0a to your computer and use it in GitHub Desktop.
func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer,
shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment