I'm trying to load some images in table cells asynchronously using ASINetworkQueue
. I just can't figure it out and can't seem to find a good SIMPLE example.
The best I can find is this, but its just totally overkill and a little too complicated for me: http://kosmaczewski.net/2009/03/08/asynchronous-loading-of-images-in-a-uitableview/
Does anyone else have any tips/solutions/code for doing this with the ASIHTTPRequest
library?
Here's a class derived from UIImageView which I use, perhaps this will help you. (Actually I've simplified this a fair bit from what I use, but that was what you asked for!)
Header file, UIHTTPImageView.h:
and UIHTTPImageView.m: