代码改变世界

随笔档案-2012年6月4日

NSNotificationCenter使用block方式的一点注意事项

2012-06-04 17:13 by v2m, 5065 阅读, 收藏, 编辑
摘要: 非arc环境中1。可以正常dealloc释放id observer;-(void)back{ [[NSNotificationCenter defaultCenter] removeObserver:observer]; [self.navigationController popViewControllerAnimated:YES];}- (void)viewDidLoad{ [super viewDidLoad]; observer = [[NSNotificationCenter defaultCenter] addObserverForName:kPopNoti... 阅读全文
点击右上角即可分享
微信分享提示