如何隐藏 iPhone 标签栏上的标签

发布于 2024-12-05 05:58:14 字数 239 浏览 0 评论 0原文

我正在开发一个 iphone 项目,我必须显示一个登录视图,登录后我必须显示一个选项卡栏,所有选项卡显示不同的视图,并且所有视图都有链接到其他视图的控件。所以我想知道我能做些什么,首先我想使用导航控制器,但在阅读一些帖子时,他们建议不要使用包含选项卡栏控制器的导航。所以,我认为我可以使用选项卡栏控制器,第一个选项卡应该是登录选项卡,但我需要在登录时从视图中隐藏选项卡栏,之后我可以使用其他选项卡显示选项卡栏。我不知道是否可能。这就是为什么我需要你的帮助。提前致谢

i'm working on an iphone project and i have to show a login view and after log in i have to show a tab bar, all the tabs show different views and all the views have controls that link to other views. so i was wondering what can i do about it, first i was thinking to work with a navigation controller but while reading some posts they suggest not to work with a navigation that includes a tab bar controller. so, i think i can work with a tab bar controller and the first tab should be the login tab but i need to hide the tab bar from the view while logging in and after that i can show the tab bar with the other tabs. i don't know if it's possible. that's why i need your help. thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

耳根太软 2024-12-12 05:58:14

您只需将属性“hidesBottomBarWhenPushed”设置为YES。喜欢..

mTSProjVC.hidesBottomBarWhenPushed =YES;

You only need to set the property "hidesBottomBarWhenPushed" to YES. like..

mTSProjVC.hidesBottomBarWhenPushed =YES;
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文