gpt4 book ai didi

ios - 在不使用 Storyboard 中的导航 Controller 的情况下在 UIViewController 之间切换的最佳方法是什么?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:21:19 30 4
gpt4 key购买 nike

请引用下图-

我没有使用 NavigationViewController。使用 Storyboard和 segues 时有没有办法在 View 之间切换?我知道另一种方法是使用 Root View Controller 并以这种方式切换 View 。只是想知道是否有其他方法可以做到这一点。

谢谢!

storyboard

最佳答案

您可以:

  1. 使用导航 Controller ,但仅将其隐藏(在 Storyboard的 Interface Builder 设计中,以及在运行时通过 viewDidLoad 中的 setNavigationBarHidden:animated: 以编程方式隐藏它)。因此 pushViewController(或简单的推送 segue)和 popViewController 可以工作,没有导航栏用户界面。

  2. 使用模态转场(即在幕后执行 presentViewControllerAnimated)和 dismissViewControllerAnimated

关于ios - 在不使用 Storyboard 中的导航 Controller 的情况下在 UIViewController 之间切换的最佳方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11232453/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com