Skip to content

Instantly share code, notes, and snippets.

@walm
Created April 3, 2012 12:01
Show Gist options
  • Save walm/2291410 to your computer and use it in GitHub Desktop.
Save walm/2291410 to your computer and use it in GitHub Desktop.
UIWebView remote debugging
- (BOOL) application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions
{
[NSClassFromString(@"WebView") _enableRemoteInspector];
/** .. do your AppDelgate thing.. **/
return YES;
}
@walm
Copy link
Author

walm commented Apr 3, 2012

Only works in iOS 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment