views:

1114

answers:

1

im trying to get a tutorial/sample code on how to dynamic download uiimage in uitableview. Just like native iTunes App loading artwork dynamically. its also called "lazy loading"

I have been searching it online for a while.


The only sample code that is available is:

http://kosmaczewski.net/2009/03/08/asynchronous-loading-of-images-in-a-uitableview/

everything works great but it is too complicated to understand the code and it uses their own framework which i dont like.


Most people recommend the following link: http://idevkit.com/forums/tutorials-code-samples-sdk/2-dynamic-content-loading-uitableview.html

but it is not available anymore. Does anyone have the sample code from idevkit.com and is able to share to us?

or any others similar sample code? that would be great. Thanks

A: 

I can recommend looking at Enormego's EGOImageLoading. It's a set of classes and a demo project which demonstrate asynchronous image loading for UITableView cells.

Nick Ludlam
thanks for that, but the files in "EGOCache" are missing.. can not run the sample project. anyway i can get it?
vicky
If you look under Enormego's project listing on GitHub, "EGOCache" is there. Get hold of that project and pull in the missing files. http://github.com/enormego/EGOCache
Nick Ludlam

related questions