NSNotificationCenter 发送者平等标准

发布于 2024-09-11 16:27:52 字数 79 浏览 5 评论 0原文

NSNotificationCenter 是否使用指针相等或其他一些标准(如 isEqual: 或 hash:)来确定是否应将通知发送给观察者?

Does NSNotificationCenter use pointer equality or some other criteria (like isEqual: or hash:) to determine whether a notification should be sent to an observer?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

等数载,海棠开 2024-09-18 16:27:52

指针相等——它只转发来自观察者正在观察的特定对象的通知。

Pointer equality -- it only forwards notifications from the specific object that an observer is observing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文