Search code examples
iosiphoneuitableviewcocoa-touchimage-caching

Cache URL images iphone UITableview


I'm seeking a tutorial on how to cache images loaded from a url into cells of a uitableview.

I found an example here

http://www.ericd.net/2009/05/iphone-caching-images-in-memory.html#top

But the code is incomplete. I'm an objective c novice so I found it very difficult to fill in the missing pieces.


Solution

  • A nice working example was found here

    http://ezekiel.vancouver.wsu.edu/~wayne/yellowjacket/YellowJacket.zip