Then start app in simulator and jump to http://localhost:9999/ in Safari and you are hooked!
Created
April 3, 2012 12:01
-
-
Save walm/2291410 to your computer and use it in GitHub Desktop.
UIWebView remote debugging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (BOOL) application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions | |
{ | |
[NSClassFromString(@"WebView") _enableRemoteInspector]; | |
/** .. do your AppDelgate thing.. **/ | |
return YES; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Only works in iOS 5