SyntaxFix
Write A Post
Hire A Developer
Questions
To get the whole HTML raw data (with <head> and <body>):
<head>
<body>
NSString *html = [webView stringByEvaluatingJavaScriptFromString:@"document.documentElement.outerHTML"];