Skip to content

Instantly share code, notes, and snippets.

@michaeleisel
Last active February 12, 2019 05:05
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 michaeleisel/a8b5f5e5bb2ae1c71217ea5a9e9bd263 to your computer and use it in GitHub Desktop.
Save michaeleisel/a8b5f5e5bb2ae1c71217ea5a9e9bd263 to your computer and use it in GitHub Desktop.
func didTouchDown() {
self.vc = DestViewController()
}
// about 75ms elapses here...
func didTouchUp() {
presentVC(self.vc)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment