gpt4 book ai didi

IOS(异步 ImageView ): Using loadImageWithURl and call backs?

转载 作者:行者123 更新时间:2023-11-29 02:41:38 25 4
gpt4 key购买 nike

大家好,

引用https://github.com/nicklockwood/AsyncImageView

我也浏览了他们的 Wiki 和示例,但我找不到将他们的 API 与回调一起使用的方法。

这很好用

imageView.imageURL=[NSURL URLWithString:[singleChannel objectForKey:@"channelimage"]];

但我想处理图像故障。关于我如何使用带有回调的“loadImageWithURL”的任何片段。

感谢任何帮助。

最佳答案

正如主页上所述,您可以收听相应的通知:

To detect when the image has finished loading, you can use NSNotificationCenter in conjunction with the AsyncImageLoadDidFinish notification, or you can use KVO (Key-Value Observation) to set up an observer on the UIImageView's image property. When the image has finished loading, the image will be set, and with KVO you can detect this and react accordingly.

图像加载完成 (AsyncImageLoadDidFinish) 以及图像加载失败 (AsyncImageLoadDidFail) 时都会发出通知。因此,在您的情况下,只需为您的观察者订阅 ImageView 的 AsyncImageLoadDidFail 通知即可。

关于IOS(异步 ImageView ): Using loadImageWithURl and call backs?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25700704/

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