如題,ios9上, [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(test) name:@"aaaa" object:nil];這種寫法不會影響對象的釋放,好比寫在 controller 裏, 即便不調用 remove notification,也不會影響controller的釋放! ios7上是不行的,ios8忘記了。。。可是仍是應該移除的ios