`
zjjzmw1
  • 浏览: 1352616 次
  • 性别: Icon_minigender_1
  • 来自: 开封
社区版块
存档分类
最新评论

通知的用法

    博客分类:
  • iOS
 
阅读更多

 loadAds  这个参数是随便传的。

在需要改变值的页面用下面一句。需要刷新的页面。。。

[[NSNotificationCenterdefaultCenter] addObserver:selfselector:@selector(loadAds) name:@"loadAds"object:nil];

 

在代理执行后值改变的页面。值改变了,但是不能给页面赋值。。。

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

 

有时候不用remove.。

 

 [[NSNotificationCenterdefaultCenter]removeObserver:selfname:@"screen_name"object:nil];

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics