Swift: download image from Internet and cache them doesn't work properly. need suggestions

后端 未结 2 1851
伪装坚强ぢ
伪装坚强ぢ 2021-01-28 18:09

I am new to swift, and I am building an App that download images from the Internet and display in a UICollectionView, I can achieve this function successfully, however, it seems

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-28 18:49

    Kingfisher is a lightweight and pure Swift implemented library for downloading and caching image from the web. This project is heavily inspired by the popular SDWebImage. And it provides you a chance to use pure Swift alternative in your next app. kingfisher

提交回复
热议问题