TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Enable Safari Web Inspector for iOS5 Simulator
33 points
by
jdavid
over 13 years ago
2 comments
silverlight
over 13 years ago
Wow, this is incredibly useful. Great tip!
xorglorb
over 13 years ago
And to only enable this in debug builds, you can do:<p><pre><code> #ifdef DEBUG [NSClassFromString(@"WebView") _enableRemoteInspector]; #endif</code></pre>