ios 在ios9中 NSNotificationCenter addObserver 不会影响对象释放

  如题,ios9上,  [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(test) name:@"aaaa" object:nil];这种写法不会影响对象的释放,好比写在 controller 里, 即便不调用 remove notification,也不会影响controller的释放! ios7上是不行的,ios8忘记了。。。可是仍是应该移除的ios

相关文章
相关标签/搜索