Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created February 19, 2018 15:11
Show Gist options
  • Save azamsharp/de7c99edb76babad10b79dd6b8a71c1a to your computer and use it in GitHub Desktop.
Save azamsharp/de7c99edb76babad10b79dd6b8a71c1a to your computer and use it in GitHub Desktop.
private func registerGestureRecognizers() {
let tapGestureRecognizer = UITapGestureRecognizer(target: self, action: #selector(tapped))
self.sceneView.addGestureRecognizer(tapGestureRecognizer)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment