- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
大家好,
引用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/
大家好, 引用https://github.com/nicklockwood/AsyncImageView 我也浏览了他们的 Wiki 和示例,但我找不到将他们的 API 与回调一起使用的方法。 这很
我是一名优秀的程序员,十分优秀!