CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

LYNotificationCenter 1.0.1

LYNotificationCenter 1.0.1

Maintained by xuliying.



LYNotificationCenter

不需要手动移除observe,在对象释放时自动移除observe;

Usage

导入头文件

#import "NotificationCenter.h"
//NSObject+LYNotificationCenter
[self.notificationCenter addObserverForName:UITextFieldTextDidChangeNotification usingBlock:^(NSNotification *note) {

}];

Installation

pod 'LYNotificationCenter', '~> 1.0'