I was wondering if there is anyway to appear in the UIWebView. for example:; You have opened bbc.co.uk in UIWebView and you want to save all the contents of that page, is there any way to do this?
Thank you.
I think the standard Implementing your cache is a more reliable solution, because the system cache can not choose to cache anything. [NSURLCache sharedURLCache] Uses. If this is the case, you can apply your own cache or query the cache for existing items. Try:
[[NSURLCache sharedURLCache] Cached Responses: myRequest];
Comments
Post a Comment