Skip to content

Instantly share code, notes, and snippets.

@fictorial
Created August 3, 2012 15:00
Show Gist options
  • Save fictorial/3248414 to your computer and use it in GitHub Desktop.
Save fictorial/3248414 to your computer and use it in GitHub Desktop.
dismiss keyboard from anywhere
[[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