-
(void)viewWillDisappear:(BOOL)animated{
[super viewWillDisappear:animated];
if ([self.navigationController.viewControllers indexOfObject:self]==NSNotFound) {NSLog(@"clicked navigationbar back button");}
}
(void)viewWillDisappear:(BOOL)animated{
[super viewWillDisappear:animated];
if ([self.navigationController.viewControllers indexOfObject:self]==NSNotFound) {
NSLog(@"clicked navigationbar back button");
}
}
本文标题:返回页面获取触发事件
本文链接:https://www.haomeiwen.com/subject/slfdactx.html
网友评论