导航栏返回按钮事件拦截并不是重写2017-12-11 本文已影响44人 赤焰军少帅林殊 (void)viewWillDisappear:(BOOL)animated { if ([self.navigationController.viewControllers indexOfObject:self]==NSNotFound) { NSLog(@"clicked navigationbar back button"); } }