Skip to content

Instantly share code, notes, and snippets.

@jamesantrobus
Created February 18, 2011 14:45
Show Gist options
  • Save jamesantrobus/833739 to your computer and use it in GitHub Desktop.
Save jamesantrobus/833739 to your computer and use it in GitHub Desktop.
void HideKeyboardForTextField(UITextField textField)
{
textField.ResignFirstResponder();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment