gpt4 book ai didi

ios - 在另一个中呈现 UIViewController

转载 作者:行者123 更新时间:2023-11-29 03:50:20 25 4
gpt4 key购买 nike

有一个带有 UINavigationBarUITabBar 的 iPad 应用程序。

我想显示另一个带有“阻塞”UINavigationBarUITabBarUIViewController (clearColored,红色 UIView 作为 subview ) .

我该怎么做?

已编辑

如果我使用[selfpresentViewController:aboutViewanimated:YEScompletion:nil];:

enter image description here

它覆盖了所有黑色背景((

最佳答案

     [self.tabBarController.navigationController setNavigationBarHidden:TRUE];
[self.navigationController setNavigationBarHidden:TRUE];
self.tabBarController.hidesBottomBarWhenPushed = YES;
[self presentViewController:VC animated:YES completion:nil];

关于ios - 在另一个中呈现 UIViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17140882/

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