Last active
February 12, 2019 05:05
-
-
Save michaeleisel/a8b5f5e5bb2ae1c71217ea5a9e9bd263 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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