Which image caching library for iOS?

前端 未结 7 584
轮回少年
轮回少年 2021-01-30 09:32

I am building a photo album app and find a few image caching libraries, namely:

  • JMImageCache
  • HJCache
  • SDWebImage

What one you\'d re

7条回答
  •  臣服心动
    2021-01-30 10:26

    I strongly recommend you to try Kingfisher and SDWebImage. Both works perfectly for downloading and caching images from the web.

提交回复
热议问题