最后,苹果
添加了一种打印所有
通知中心观察员的
方法:
po [NSNotificationCenter defaultCenter]
它打印一个带有名称,对象,观察者和选项的逗号分隔列表:
<NSNotificationCenter:0x7f997b307500>
Name,Object,Observer,Options
WebPreferencesRemovedNotification,0x11165b680,0x116c87ff8,1400
UIApplicationWillEnterForegroundNotification,0x7f997a838000,1400
...