码迷,mamicode.com
首页 > 其他好文 > 详细

NSNotificationCenter

时间:2015-08-19 23:15:32      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:

邓超界:下面一定要用self.collectView,不是self.view,更不是self// 2.监听收藏改变通知,并刷新数据[[NSNotificationCenter defaultCenteraddObserver:self.collectionView selector:@selector(reloadData) name:kCollectionChangeNote object:nil];

 

很容易忘记写

- (void)dealloc

{

    [[NSNotificationCenter defaultCenterremoveObserver:self];

}

   

 

NSNotificationCenter

标签:

原文地址:http://www.cnblogs.com/dengchaojie/p/4743385.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!