Skip to content

Instantly share code, notes, and snippets.

@yabenatti
Created November 10, 2017 16:20
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 yabenatti/aaedf862437337d3b8c45fb1ba168dcd to your computer and use it in GitHub Desktop.
Save yabenatti/aaedf862437337d3b8c45fb1ba168dcd to your computer and use it in GitHub Desktop.
HideKeyboard
// MARK: - Keyboard
@IBAction func hideKeyboard(_ sender: Any) {
self.view.endEditing(true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment