iOS通知删除与添加
添加[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(test) name:@"test" object:nil];删除[[NSNotificationCenter defaultCenter] removeObserver:self name:@"test" object:nil];...