當在dealloc方法中移除KVO監聽時,如何防止崩潰

  - (void)dealloc { @try { [self.view removeObserver:self forKeyPath:@"frame"]; } @catch(NSException *exception) { NSLog(@"--%@", exception); } } 注意: 我並無在
相關文章
相關標籤/搜索