当在dealloc方法中移除KVO监听时,如何防止崩溃

  - (void)dealloc { @try { [self.view removeObserver:self forKeyPath:@"frame"]; } @catch(NSException *exception) { NSLog(@"--%@", exception); } } 注意: 我并无在
相关文章
相关标签/搜索