Which image caching library for iOS?

前端 未结 7 582
轮回少年
轮回少年 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:16

    There are multiple frameworks that solve this problem. Just to name a few:

    Swift:

    • Nuke (mine)
    • Kingfisher
    • AlamofireImage
    • HanekeSwift

    Objective-C:

    • AFNetworking
    • PINRemoteImage
    • YYWebImage
    • SDWebImage

提交回复
热议问题