Re: NSURLCache
Re: NSURLCache
- Subject: Re: NSURLCache
- From: glenn andreas <email@hidden>
- Date: Mon, 10 Aug 2009 13:54:06 -0500
On Aug 10, 2009, at 1:38 PM, Mike Manzano wrote:
Has anyone been able to successfully get the URL loading system on
iPhone to pay attention to custom versions of NSURLCache? It seems
to me that it's being ignored. More info here:
http://stackoverflow.com/questions/1246420/need-content-in-uiwebview-to-display-quickly
(See the second "answer" on that page).
Just need some sort of clue if I'm doing something wrong or if my
code's just being ignored.
Yes, I've had it work - it just requires making your own cache
instance and explicitly setting the shared cache to that new instance.
But it absolutely did work - once implemented, my "set the table view
cell's image to an image from the net" works nicely (and without it
scrolling was painful at best).
Glenn Andreas email@hidden
<http://www.gandreas.com/> wicked fun!
Mad, Bad, and Dangerous to Know
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >NSURLCache (From: Mike Manzano <email@hidden>) |