My app has to load an image from a http server and displaying it into an UIImageView How can i do that?? I tried this:
NSString *temp = [NSStrin
And because loading image from URL takes ages, it would be better to load it asynchronously. The following guide made it stupid-simple for me:
http://www.switchonthecode.com/tutorials/loading-images-asynchronously-on-iphone-using-nsinvocationoperation