UIWebView get HTML Source

Posted by Alexandre Cassagne on Stack Overflow See other posts from Stack Overflow or by Alexandre Cassagne
Published on 2010-06-15T09:39:58Z Indexed on 2010/06/15 9:42 UTC
Read the original article Hit count: 1087

Hi I am trying to get the HTML source of a UIWebView without re-downloading it again (a.k.a. do another download, such as [NSData dataWithContentsOfURL:(NSURL*)URL] or launching an NSURLRequest. Browsing the UIWebView header and documentation, there seems to be no way of accessing the current loaded NSData of the source. Am I missing something ?

© Stack Overflow or respective owner

Related posts about html

Related posts about objective-c