How do I retrieve images asynchronously and put it on UIImageView in iPhone programming ? Till now I was doing it synchronously, but the delay in retrieving the images is more, hence I would like to take the faster approach.
I used NSTimer & NSThread , but the control is not entering into them.. No idea why its happening so..
Can you please help me out?
Thank you in advance. Suse
Have a look at this post which suggests using EGOImageView which loads images asynchronously. I also use this class and it works great for me.