gpt4 book ai didi

ios - 在不移除标签栏的情况下显示额外的 View Controller

转载 作者:行者123 更新时间:2023-11-28 19:47:21 25 4
gpt4 key购买 nike

我的应用程序有一个菜单和一个 UITabBarController。我想要做的是显示一个属于我的菜单但不属于 UITabBarController 的 View Controller ,但是我不想删除 UITabBarController。我尝试了类似于下面的代码,但它们正在删除 UITabBarController

tabBarViewController.selectedViewController?.presentViewController(ExtraViewController, animated: true, completion: nil)

最佳答案

您应该获取所选 ViewControllerUINavigationController,然后推送您想要呈现的 View 。否则,您将使用 presentViewController 显示模态视图 Controller ,从而隐藏您的 UITabBarController View 。我现在不在电脑前,无法发布任何代码,但希望这对您有所帮助。

关于ios - 在不移除标签栏的情况下显示额外的 View Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31295165/

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