Skip to content

Instantly share code, notes, and snippets.

@dimkagithub
Created November 11, 2021 06:42
Show Gist options
  • Save dimkagithub/09e7b4825d5c7676b68370017e1a6090 to your computer and use it in GitHub Desktop.
Save dimkagithub/09e7b4825d5c7676b68370017e1a6090 to your computer and use it in GitHub Desktop.
Dismiss keyboard
private func dismissKeyboardOnTap() {
self.view.addGestureRecognizer(UITapGestureRecognizer(target: self.view, action: #selector(UIView.endEditing(_: ))))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment