Which image caching library for iOS?

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

    I tried using SDWebImage.

    Agreed that it is very easy to integrate.

    However the big issue with this library is that it does not honour "max-age" cache control.

    The library is still under development but they are not picking this limitation.

提交回复
热议问题