可能重复:
如何在 UINavigationController 的 RootViewController 上显示返回按钮?
我目前正在开发一个使用故事板的应用程序(支持 IOS 5.1-6)。我的 rootViewController 是一个UIViewController
. 显示新内容时,我正在使用 segue 模态加载不同的 UIViewController。在一个特定的视图中,我想UINavigationController
在底部加载一个 ToolBar,这样我就可以UIViewController
通过点击后退按钮返回到我的视图。
我有点困惑,因为在 NavigationController 上,NavigationController
由于没有后退按钮,我无法关闭当前。如果我添加一个后退按钮,我将看不到它,因为它NavigationController
位于堆栈的顶部?
有人可以指出我正确的方向或在这里提供一些关于如何解除此 NavigationController 的见解,因为它是模态调用的?
与往常一样,提前感谢您的帮助!
谢谢!