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
I finally managed to do it setting the image with:
– performSelectorOnMainThread:withObject:waitUntilDone:
After the image is downloaded