How to retrieve images from server asynchronously

后端 未结 5 2058
难免孤独
难免孤独 2021-01-14 06:03

i have one NSMutableArray with some image url\'s. The images have sizes between 12KB to 6MB. I use AsycImageView class and implement but when large

5条回答
  •  渐次进展
    2021-01-14 06:23

    I would recommend a drop in replacement API SDWebImage it provides a category for UIImageVIew with support for remote images coming from the web. you can also have a placeholder image till the images are downloaded Asynchronously . Its easy to use and saves a lot of work

提交回复
热议问题