懒扬扬

 

文章分类 -  Objective-C

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

posted @ 2012-03-20 09:46 懒扬扬 阅读(177) 评论(0) 推荐(0)

导航