- (void)webViewDidFinishLoad:(UIWebView *)webViewLet's hope Facebook will quickly fix their faulty server-side code - and next time do better testing before a release...
{
NSLog(@"%@",
[webView stringByEvaluatingJavaScriptFromString:
@"document.body.innerHTML"]);
}
Thursday, June 30, 2011
How to View HTML Source Code from UIWebView
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment