gpt4 book ai didi

ios - 使用 retriveImage() 直接将图像缓存到磁盘?

转载 作者:行者123 更新时间:2023-11-30 12:30:58 25 4
gpt4 key购买 nike

我使用 Kingfisher 按以下方式下载图像:

 KingfisherManager.shared.retrieveImage(with: url!, options: nil, progressBlock: nil, completionHandler: { (image, error, cacheType, imageURL) -> () in
if let image = image {

我想知道是否可以将它们直接缓存在磁盘上?由于我要检索大量图像,因此有时内存会有点困难。

最佳答案

关于doc Kingfisher 已经有一个方法可用。这将从 url 设置图像,同时处理缓存。

let url = URL(string: "url_of_your_image")
imageView.kf.setImage(with: url)

More info on CocoaDocs

关于ios - 使用 retriveImage() 直接将图像缓存到磁盘?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43564298/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com