iphone - Save content of UIWebView -


i working on app , need save content of uiwebview.

i use stringbyevaluatingjavascriptfromstring:@"document.getelementsbytagname('html')[0].innerhtml" html of uiwebview, problem method not save full content of webpages.

so question how save full content of webpage including images , css

i think there thread topic here:

iphone uiwebview download complete page css , images

hope helps.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -