Lazy loading of image in tableview

前端 未结 5 1866
被撕碎了的回忆
被撕碎了的回忆 2021-01-25 09:57

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

5条回答
  •  醉话见心
    2021-01-25 10:36

    I finally managed to do it setting the image with:

    – performSelectorOnMainThread:withObject:waitUntilDone:
    

    After the image is downloaded

提交回复
热议问题