Skip to content

Instantly share code, notes, and snippets.

@dive
Last active August 29, 2015 14:05
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 dive/90dec0a06c9646e8ca0f to your computer and use it in GitHub Desktop.
Save dive/90dec0a06c9646e8ca0f to your computer and use it in GitHub Desktop.
Debug embedded UIWebView
#if TARGET_IPHONE_SIMULATOR
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wundeclared-selector"
[NSClassFromString(@"WebView") performSelector:@selector(_enableRemoteInspector)];
#pragma clang diagnostic pop
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment