tags:

views:

48

answers:

1

I have loaddata from the server and display in the table.But duw to image it will take more time.so i want to load image in the tableview using thread how it possible?

+2  A: 

take a look at this example from apple:

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

roman