Alamofireimage 如何将图像保存到磁盘缓存?
How is Alamofireimage saving the image to disk cache?
我正在尝试找出是否可以使用 Alamofireimage 强制将图像保存在磁盘上。查看源代码,我找不到将图像实际保存到磁盘的位置。有人知道吗?
可以将图像请求的响应保存在磁盘上。您可以使用所需的 NSURLCache and set it also as the UIImageView.af_sharedImageDownloader. Here I've posted an example method for that.
修改配置来初始化 ImageDownloader
我正在尝试找出是否可以使用 Alamofireimage 强制将图像保存在磁盘上。查看源代码,我找不到将图像实际保存到磁盘的位置。有人知道吗?
可以将图像请求的响应保存在磁盘上。您可以使用所需的 NSURLCache and set it also as the UIImageView.af_sharedImageDownloader. Here I've posted an example method for that.
修改配置来初始化ImageDownloader