我有一个带有 4 个选项卡的 UITabBarController 界面。每个选项卡都有一个 UINavigationController 。每当按下标签栏按钮时,如何返回到每个 UINavigationController 中最顶部的 UIViewController ?
Best Answer-推荐答案 strong>
-popToRootViewControllerAnimated
关于iphone - 单击选项卡时返回 UINavigationController 堆栈的顶部?,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/4199758/
|