Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save edwardean/11ff3883e6d89d195e3cf1ae03cf0e95 to your computer and use it in GitHub Desktop.

Select an option

Save edwardean/11ff3883e6d89d195e3cf1ae03cf0e95 to your computer and use it in GitHub Desktop.
Resign first responder from anywhere.
// Make sure viewDidAppear has happened before sending this action to ensure that all links
// in the responder chain are connected.
// http://stackoverflow.com/a/11768282/1306872
[[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