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                      gandr...@gandreas.com
 <http://www.gandreas.com/> wicked fun!
Mad, Bad, and Dangerous to Know

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com
  • NSURLCache Mike Manzano
    • Re: NSURLCache glenn andreas

Reply via email to