3

How do I create a .webarchive file from an embedded UIWebView?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
SearchDream
  • 101
  • 7
  • 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
  • 1
    Eventually I use this one: https://github.com/stake/STWebArchiver – SearchDream Nov 02 '11 at 03:46

1 Answers1

0

See also this question:

Cross-platform webarchives

Community
  • 1
  • 1
mackworth
  • 5,873
  • 2
  • 29
  • 49