I have read that you can track individual resources being downloaded for use in loading a webview, see here. What I want to do is intercept and save each resource to file. Then, if the user wants to save the webpage, I will take the saved resources and html and store them in a permanent location. But I am a newbie and don't know how to set this up. Can someone help?
Asked
Active
Viewed 537 times
1
-
Duplicate question.. http://stackoverflow.com/questions/1162295/library-for-caching-web-pages-on-iphone – kineticfocus Mar 12 '13 at 01:07
1 Answers
-1
Look at URLProtocol subclassing for caching the entire network traffic, plus there are too many libraries for this.

mohamede1945
- 7,092
- 6
- 47
- 61