I am writing an app which is going to be displaying images found on my server in a UIImageView.
I need something that will asynchronously download the image and cach
Use the performSelectorInBackground:withObject: - method from NSObject ;)
Advise: The updating of the view must run on the main thread!
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/nsobject_Class/Reference/Reference.html