如何从导航控制器中的任何视图到达第一个视图?
如何从任何加载的视图到达导航控制器的第一个视图?
How to reach the first view of the navigation controller from any of the loaded views?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何从任何加载的视图到达导航控制器的第一个视图?
How to reach the first view of the navigation controller from any of the loaded views?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我猜你正在寻找这个:
这会将所有视图控制器弹出到根目录。如果主菜单不是您的根视图控制器,那么您可以使用它:
在这种情况下,您需要有一个指向可用的 mainMenuVC 的“指针”。您可以通过在应用程序委托中设置属性来做到这一点。
希望有帮助!
I guess you are looking for this:
That will pop all view controllers down to the root. If the main menu is not your root view controller then you can use this:
In this case you need to have a "pointer" to the mainMenuVC available. You can do that by setting a property in the App Delegate.
Hope it helps!
当点击后退按钮时,您可以使用以下 UINavigationController 方法:
You could use the following UINavigationController method when the back button is tapped: