You should be able to easily implement your own caching mechanism for your content. Keep the images around, either in memory or on disk, as appropriate, and just refresh them when you need to.

Luke

On May 12, 2009, at 2:04 PM, Eric E. Dolecki wrote:

In my table, when a cell isn't nil I am setting UILabels, etc. However, in
each cell I have a UIImageView... and the contents of each is an image
fetched from my server. No problem on initial display, but as soon as you start scrolling and the cells are reused, I am fetching new artwork... which
makes the scrolling chug along.
Is there a way to cache these images, and if it was previously loaded to use
that instead of loading from the url again?

Thanks,
Eric
_______________________________________________

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/luketheh%40apple.com

This email sent to luket...@apple.com

_______________________________________________

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

Reply via email to