我选择更多应用标签,进入某个屏幕,在该屏幕中再做一次选择。所以堆栈上有两个屏幕,并在那里显示一个modalView。
考虑到上面的场景,我需要将用户从他来的地方追溯到More
标签。
我自己尝试过,后来提到了一些没有解决问题的互联网建议。
我写了下面的代码,这与其他人的建议类似。
你可以帮帮我吗?[[self.tabBarController moreNavigationController] dismissModalViewController:YES] [[self.tabBarController moreNavigationController] popToRootViewController:YES]
答案 0 :(得分:0)
我很抱歉在提到这个问题上有很多延迟。我刚刚测试了这个。
注意:
[self.tabBarController.moreNavigationController dismissModalViewControllerAnimated:YES]; [self.tabBarController.moreNavigationController popToRootViewControllerAnimated:YES];