Hi,

I am developing an iPhone application with multiple table view. On each UITableview I have to load RSS feed data. Each feed has its own image.

For a single feed, I try to parse the xml and load the image inside the delegate itself.

Can any one advise me how to implement the lazy loading for all Rss feed view?

link|flag

38% accept rate

1 Answer

This sample project from Apple should help you make this happen.

http://developer.apple.com/iphone/library/samplecode/LazyTableImages/Introduction/Intro.html

link|flag

Your Answer

 
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.