将观察者添加到 NSString
在我的应用程序委托中,我有一个可以由类修改的 NSString。我想做的是让另一个类观察这个 NSString 并在这个 NSString 发生变化时做出反应。
有人知道我该怎么做吗?
In my application delegate I have an NSString which can be modified by a class. What I want to do is to have another class observe this NSString and to react whenever this NSString is changed.
Does anybody know how I can do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在“其他班级”上,您必须执行以下操作:
并实施
On the "other class" you must do something like:
and implement