ios 在ios9中 NSNotificationCenter addObserver 不會影響對象釋放

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

相關文章
相關標籤/搜索