我正在使用 AlamofireImage 从网上下载图像。但是当我稍后使用图像时,它会再次下载图像,如果我的应用程序处于脱机状态,它就不起作用。有没有办法在我的应用程序中保存从网络下载的图像?
这是我使用的代码:
imageView.af_setImageWithURL(URL, placeholderImage: nil, imageTransition: .CrossDissolve(0.25))
先感谢您
我正在使用 AlamofireImage 从网上下载图像。但是当我稍后使用图像时,它会再次下载图像,如果我的应用程序处于脱机状态,它就不起作用。有没有办法在我的应用程序中保存从网络下载的图像?
这是我使用的代码:
imageView.af_setImageWithURL(URL, placeholderImage: nil, imageTransition: .CrossDissolve(0.25))
先感谢您