gpt4 book ai didi

iOS Storyboards - 重用 UIViewController

转载 作者:行者123 更新时间:2023-12-01 19:07:02 25 4
gpt4 key购买 nike

我的 Storyboard 中有以下结构设置。

enter image description here

我有一个 TabViewController (以红色圈出),它通过其一个选项卡通过推送(以蓝色圈出)显示 UIViewController 。

我想从 TabViewController 重用那个 UIViewController。我想“插入”它,但我并没有真正的导航 Controller ,所以我最终可能会将它显示为模式。

但是,我不确定如何处理返回 TabViewController 的导航,因为在这种情况下没有导航栏。有关处理此问题的最佳方法的任何建议?

编辑

有没有办法在直接从 TabViewController 显示时插入导航 Controller ?

最佳答案

你为什么不把你的 View 层次结构像这样:

UITabBarController -> UINavigationController -> 蓝 View Controller

这个 UINavigationController 应该放在 View Controller 的属性(property)UITabBarController 实例。如果这样做,您可以根据需要推送和弹出任意数量的 View Controller ,如果需要,您还可以隐藏导航栏。

关于iOS Storyboards - 重用 UIViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19058751/

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