Created
April 17, 2017 09:29
-
-
Save vietstone-ng/864dba5e02c20f440125a8d886adb713 to your computer and use it in GitHub Desktop.
This file contains 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
// This code can be put in UIViewController subclass | |
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) { | |
super.touchesBegan(touches, with: event) | |
view.endEditing(true) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment