一. 先看下官方对NSNotification通知的解释 1. NSNotification 通知 @interface NSNotification : NSObject <NSCopying, NSCoding> 接口通知,继承NSObject,实现NSCopying,NSCoding协议 A container for information broadcast through a notification center to all registered observers. 通过通知…