Skip to content

Instantly share code, notes, and snippets.

@ml4den
Last active December 23, 2016 11:59
Show Gist options
  • Save ml4den/d6cd0e534ed2e08df52363e6a25f26fd to your computer and use it in GitHub Desktop.
Save ml4den/d6cd0e534ed2e08df52363e6a25f26fd to your computer and use it in GitHub Desktop.
Swift: Close/Dismiss the Keyboard in iOS
// Place outside of the ViewController class.
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
view.endEditing(true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment