Search code examples
iosios5ios6ios4ios-simulator

Loading the image is taking time


I am loading the images from internet to my TableView cell.

But it's taking time to load it to TableView.

One of my friends suggested using threading but I don't know how it will work in iOS and objective C.

Can anyone tell me how to use threading or threading-like concept to speedup the process?


Solution

  • I think U need to use https://github.com/nicklockwood/AsyncImageView . This utility helps you to load images asynchronously.

    See the demo samples as well.