How do I create a .webarchive file from an embedded UIWebView?
Asked
Active
Viewed 1,477 times
3
-
If you wish to just cached (or download) the webpages, you can use ASIHttp (http://allseeing-i.com/ASIHTTPRequest/) which comes with ASIWebPageRequest (http://allseeing-i.com/ASIHTTPRequest/ASIWebPageRequest) to download complete webpages, including external resources like images and stylesheets. Pages of any size can be indefinitely cached, and displayed in a UIWebview even when you have no network connection. – Sagar Jun 06 '11 at 05:14
-
1Eventually I use this one: https://github.com/stake/STWebArchiver – SearchDream Nov 02 '11 at 03:46