views:

259

answers:

1

Hi All,

I need to implement the lazy loading concept for the images in my tableview, so that the user will be provided with the textual data initially and later the images.

How can i implement this in to my app.. help needed.. please

Thanks in advance

Shibin

A: 

Do you mean this

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

Liam
Thanks.. I got this one and i added the IconDownloader to my project. But the NSURLConnection:didReceiveData delegate method is not working. so decided to try another way. Can you please help me in solving the delegate issue.?
Shibin Moideen
@Shibin: that sounds like a new question, use the "Ask Question" button to create a new question rather than asking for help in a comment.
progrmr
The question is already posted...http://stackoverflow.com/questions/2824993/nsurlconnectiondelegate-connectiondidreceivedata-not-working
Shibin Moideen