Skip to content

Instantly share code, notes, and snippets.

@flexaddicted
Created February 22, 2015 13:07
Show Gist options
  • Select an option

  • Save flexaddicted/19ff1f168437a747ab12 to your computer and use it in GitHub Desktop.

Select an option

Save flexaddicted/19ff1f168437a747ab12 to your computer and use it in GitHub Desktop.
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[NSClassFromString(@"WebView") _enableRemoteInspector];
// or [NSClassFromString(@"WebView") performSelector:@selector(_enableRemoteInspector)];
// if the compiler will complain
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment