从 KVO 中检索“change”字典中的信息
该方法
- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context {
}
有一个参数change
,它是一个字典,其中包含有关值更改性质的信息,我如何找出该字典中的内容?
The method
- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context {
}
has a parameter change
which is a dictionary that contains information about the nature of the value change, how would I find out what was in this dictionary?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 更改字典使用的键。
摘录:
Here's a list of the keys used by the change dictionary.
An extract: