Skip to content

Instantly share code, notes, and snippets.

@topherPedersen
Created January 3, 2020 12:22
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 topherPedersen/fb61db8d6b0fbb6e9ef132cab0d3f1f1 to your computer and use it in GitHub Desktop.
Save topherPedersen/fb61db8d6b0fbb6e9ef132cab0d3f1f1 to your computer and use it in GitHub Desktop.
Dismiss Keyboard on Screen Tap in iOS
@IBAction func dismissKeyboard(_ sender: UITapGestureRecognizer) {
mySuperSweetTextField.resignFirstResponder()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment