Skip to content

Instantly share code, notes, and snippets.

@hk0i
Created January 25, 2016 04:45
Show Gist options
  • Save hk0i/6ccebaf875eee099db8a to your computer and use it in GitHub Desktop.
Save hk0i/6ccebaf875eee099db8a to your computer and use it in GitHub Desktop.
extension EmailViewController: UITextFieldDelegate {
func textFieldShouldReturn(textField: UITextField) {
self.view.endEditing()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment