博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

1. 定义一个方法

update

2. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(update) name:@"update" object:nil]

3. 在要发出通知消息的地方

[[NSNotificationCenter defaultCenter] postNotificationName:@"update" object:nil];

 

come from http://blog.csdn.net/dadalan/archive/2009/06/08/4252484.aspx 

posted on 2010-08-25 20:34  Likwo  阅读(1733)  评论(2编辑  收藏  举报