Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save felipegenuino/04f2303e7b71dea710e8 to your computer and use it in GitHub Desktop.
Save felipegenuino/04f2303e7b71dea710e8 to your computer and use it in GitHub Desktop.
override func touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?) {
self.view.endEditing(true)
}
func textFieldSholdReturn(textField:UITextField!) -> Bool {
//nomeDoCampo é o text field que vamos trabalhar
nomeDoCampo.resignFirstResponder()
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment