- (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"]);
}
No comments:
Post a Comment