Skip to content

Instantly share code, notes, and snippets.

@vikdenic
Created October 2, 2014 15:19
Show Gist options
  • Select an option

  • Save vikdenic/e31bfc26e0d9d245b8b6 to your computer and use it in GitHub Desktop.

Select an option

Save vikdenic/e31bfc26e0d9d245b8b6 to your computer and use it in GitHub Desktop.
//MARK: TextField Delegate Methods
func textFieldShouldReturn(textField: UITextField) -> Bool
{
textField.resignFirstResponder()
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment