[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(textChanged)
name:UITextFieldTextDidChangeNotification
object:controllerName];
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(textChanged)
name:UITextFieldTextDidChangeNotification
object:controllerName];

被折叠的 条评论
为什么被折叠?
