Is there a framework for image caching on iOs?

后端 未结 3 1004
眼角桃花
眼角桃花 2021-01-15 14:06

I\'m already using AFNetworking for async image download. I was wondering if there\'s a way for storing on disk or Core Data, should I investigate SDWebImage for that? Or yo

3条回答
  •  日久生厌
    2021-01-15 14:45

    You could have a look to EGOImage which basically makes asynchronous calls and caching of images on the file system.

提交回复
热议问题