I\'m wondering if this is a bug in the iOS framework.The NSURLCache setMemoryCapacity: method is being called with 0 and making it stop caching.
I\'ve found some similar posts, but they don\'t seem to have any effect with what I\'m doing. I\'ve got a UIWebView that I\'m using to display local content in my bundle. Specifically I\'m displaying
When I learn NSURLCache documentation I can\'t find many important notes. I found that many topics in web complain that NSURLConnection that use NSURLCache had memory leaks. When I tried to write some
I have an NSURLCache descendent working with a UIWebView. I load a web page in the WebView and can intercept all of the HTTP requests it makes (and cache locally to the documents directory). This work
I need some help in using the NSURLCache to download a simple file. It would need t开发者_开发技巧o be saved in the Documents folder of the app. I have seen the URLCache example that apple presented,
Background I\'m building an app that links recent web pages you\'ve visited together. To do this, I need to get the HTML
I\'m writing an iPhone application, one of it\'s tabs is a twitter feed, i\'m parsing twitter xml and putting it nicely inside a table view.
CSURLCache is designed to cache resources for offline browsing, as NSURLCache only stores data in-memory.
I am trying to solve 2 things in my UIWebView: Load local assets in place of remote ones, under the right conditions