gpt4 book ai didi

ios - 使用SDWebImage在服务器上更改图像时如何更新图像

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

我有图像的静态URL,但是当我编辑该图像并返回主屏幕时,图像未更改,它仍然从缓存中获取旧图像。

有什么方法可以更新缓存中的图像吗?

最佳答案

SDWebImage documentation上,伙计们给出了一段代码来执行您需要的操作:

[imageView sd_setImageWithURL:[NSURL URLWithString:@"https://graph.facebook.com/olivier.poitrey/picture"]
placeholderImage:[UIImage imageNamed:@"avatar-placeholder.png"]
options:SDWebImageRefreshCached];

关于ios - 使用SDWebImage在服务器上更改图像时如何更新图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33996314/

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