ios 通知注销_iOS开发-消息通知机制(NSNotification和NSNotificationCenter)
消息通知中重要的两个类:(1)NSNotificationCenter: 实现NSNotificationCenter的原理是一个观察者模式,获得NSNotificationCenter的方法只有一种,那就是[NSNotificationCenter defaultCenter] ,通过调用静态方法defaultCenter就可以获取这个通知中心的对象了。NSNotificationCenter是...