[导入] NSNotificationCenter 的详细说明
摘要:1. 定义一个方法 -(void) update{ } 2. 对象注册,并关连消息 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(update) name:@"update" object:nil] 3. 在要发出通知消息的地方 [[NSNotificati...
阅读全文
posted @ 2012-03-20 09:46
浙公网安备 33010602011771号