Skip to content

Instantly share code, notes, and snippets.

@jdelStrother
Created February 26, 2014 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdelStrother/9226865 to your computer and use it in GitHub Desktop.
Save jdelStrother/9226865 to your computer and use it in GitHub Desktop.
id UIFieldEditor = NSClassFromString(@"UIFieldEditor");
if ([UIFieldEditor respondsToSelector:@selector(sharedFieldEditor)]) {
[UIFieldEditor performSelector:@selector(sharedFieldEditor)];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment