LYNotificationCenter
不需要手动移除 observe,对象释放时自动移除 observe;
用法
导入头文件
#import "NotificationCenter.h"
//NSObject+LYNotificationCenter
[self.notificationCenter addObserverForName:UITextFieldTextDidChangeNotification usingBlock:^(NSNotification *note) {
}];
安装
pod 'LYNotificationCenter', '~> 1.0'