Skip to content

Instantly share code, notes, and snippets.

@vietstone-ng
Created April 17, 2017 09:29
Show Gist options
  • Save vietstone-ng/864dba5e02c20f440125a8d886adb713 to your computer and use it in GitHub Desktop.
Save vietstone-ng/864dba5e02c20f440125a8d886adb713 to your computer and use it in GitHub Desktop.
// 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