Skip to content

Instantly share code, notes, and snippets.

@Air-Craft
Created August 6, 2014 14:06
Show Gist options
  • Save Air-Craft/c1d38e2c43f6302f20ec to your computer and use it in GitHub Desktop.
Save Air-Craft/c1d38e2c43f6302f20ec to your computer and use it in GitHub Desktop.
Resign first responder / hide keyboard absolutely #ios #basic #editing #keyboard
[[UIApplication sharedApplication] sendAction:@selector(resignFirstResponder) to:nil from:nil forEvent:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment