iOS開發如何判斷當前控制器進出棧狀態

-(void)viewWillDisappear:(BOOL)animated { NSInteger index = [self.navigationController.viewControllers indexOfObject:self]; if(index == NSNotFound) { //即將出棧,銷燬 } else { //
相關文章
相關標籤/搜索