循环引用检测 Silence_xl 2021-04-24 134 阅读1分钟 - (void)viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; NSLog(@"进入控制器:%@", [[self class] description]); } - (void)dealloc { NSLog(@"控制器被dealloc: %@", [[self class] description]); }