Skip to content

Instantly share code, notes, and snippets.

@jdelStrother
Created February 26, 2014 09:57
Show Gist options
  • Select an option

  • Save jdelStrother/9226865 to your computer and use it in GitHub Desktop.

Select an option

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