返回页面获取触发事件
2020-01-07 本文已影响0人
架构师的一小步
-
(void)viewWillDisappear:(BOOL)animated{
[super viewWillDisappear:animated];
if ([self.navigationController.viewControllers indexOfObject:self]==NSNotFound) {NSLog(@"clicked navigationbar back button");}
}