Im trying to load the image of my uitableviewcells in lazy mode.
I\'m trying to do it in the simplest possible way, I saw a lot of examples but they were going further t
Man, AsyncImageView is your friend! Just set the image url and everything is handled for you, downloading, caching. It's awesome.