Which image caching library for iOS?

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

    Moa

    Moa is an image download library written in Swift. It allows to download and show an image in an image view by setting its moa.url property.

    Installation Use CocoaPods to add Moa to your project. Just add the following line to your Podfile.

    pod 'moa', '~> 8.0'

提交回复
热议问题