nsurlcache
How to set the Caching Model (for NSURLCache & UIWebView) in iOS?
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.[详细]
2023-03-20 22:41 分类:问答clearing a webviews cache for local files
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[详细]
2023-03-16 09:40 分类:问答How does NSURLCache work in iOS 4?
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[详细]
2023-03-13 16:18 分类:问答NSURLCache bypasses HTML5 video tag
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[详细]
2023-02-06 10:55 分类:问答URLCache - iPhone SDK
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,[详细]
2022-12-27 19:46 分类:问答How do I share Safari's NSURLCache store?
Background I\'m building an app that links recent web pages you\'ve visited together. To do this, I need to get the HTML[详细]
2022-12-22 23:33 分类:问答NSURLCache Problem with cache response
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.[详细]
2022-12-21 02:35 分类:问答NSURLCache crashes with autoreleased objects, but leaks otherwise
CSURLCache is designed to cache resources for offline browsing, as NSURLCache only stores data in-memory.[详细]
2022-12-18 05:35 分类:问答UIWebView and NSURLCache have a troubled relationship
I am trying to solve 2 things in my UIWebView: Load local assets in place of remote ones, under the right conditions[详细]
2022-12-16 16:11 分类:问答