【发布时间】:2017-04-22 20:33:58
【问题描述】:
我正在使用Kingfisher通过以下方式下载图片:
KingfisherManager.shared.retrieveImage(with: url!, options: nil, progressBlock: nil, completionHandler: { (image, error, cacheType, imageURL) -> () in
if let image = image {
我想知道是否可以将它们直接缓存在磁盘上?由于我要检索很多图像,因此有时记忆会有些困难。
【问题讨论】:
标签: ios swift kingfisher