Lazy loading of image in tableview

前端 未结 5 1920
被撕碎了的回忆
被撕碎了的回忆 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:25

    Man, AsyncImageView is your friend! Just set the image url and everything is handled for you, downloading, caching. It's awesome.

提交回复
热议问题