NSNotificationCenter 的几篇值得收藏的网文

来源:互联网 发布:剑网3谢云流捏脸数据 编辑:程序博客网 时间:2024/04/30 10:27

NSNotificationCenter 的使用详解

http://unmi.cc/nsnotificationcenter-usage/

NSNotificationCenter 比之 Delegate 的好处就是事件发出者与响应者可以完全不认识,例如你在某个类中注册了 A 观察者某 E 事件的响应,你可以在程序的任何代码 X 中激发 E,A 的相应选择器即被触发,对象 A 与 X 完全是松散的。


第十四章: 使用 Notifications

 
http://blog.sina.com.cn/s/blog_5df7dcaf0100c0q2.html

NSNotificationCenter

http://my.oschina.net/u/874588/blog/100323
0 0