Search code examples
iphoneuiwebviewios4http-caching

How to cache whole webpage in ios 4 and above


I am new to iphone development. I would like to know how to do the caching in ios 4 and above?? I got many answers but right now I get confused and don't know from where to start.

In my project, I am doing http request and displaying results using UIWebView

Here,I want to cache the http data. So next time when application starts again then It will reload the data from the cache.

how to cache the webpage data in IOs 4 and above?


Solution

  • I have done with caching of whole web page using ASIHTTPRequest. I go through the ASIHTTPRequest: here is a link to it.