标签:
邓超界:下面一定要用self.collectView,不是self.view,更不是self// 2.监听收藏改变通知,并刷新数据[[NSNotificationCenter defaultCenter] addObserver:self.collectionView selector:@selector(reloadData) name:kCollectionChangeNote object:nil];
很容易忘记写
- (void)dealloc
{
[[NSNotificationCenter defaultCenter] removeObserver:self];
}
标签:
原文地址:http://www.cnblogs.com/dengchaojie/p/4743385.html