gpt4 book ai didi

iphone - 在不移除 TabBar 的情况下在 TabBar View 中显示新的 ViewController

转载 作者:行者123 更新时间:2023-11-28 23:13:13 28 4
gpt4 key购买 nike

我有一个包含 5 个项目的 UITabBarController。在其中一个 ViewController 上,我有一个按钮,我将其称为“开始”,所以当我按下开始时,我想插入另一个 ViewController,但 TabBar 仍然可见。

如果我使用这段代码

[self presentModalViewController:viewController animated:YES]

新的 ViewController 隐藏了 TabBar。

有什么建议吗?

最佳答案

如何添加为 subview :[self.view addSubview:viewController.view];。不要忘记为 subview 设置适当的 frame

不要忘记这一点:

On iPhone and iPod touch devices, the view of modalViewController is always presented full screen. On iPad, the presentation depends on the value in the modalPresentationStyle property.

关于iphone - 在不移除 TabBar 的情况下在 TabBar View 中显示新的 ViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7444265/

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