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

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