dread

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  345 随笔 :: 0 文章 :: 65 评论 :: 0 引用

公告


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 阅读(1259) 评论(1) 编辑 收藏