实现 UItabbarController +项目中的UINavigationBar

发布于 2024-12-23 15:14:59 字数 258 浏览 1 评论 0 原文

我有基于导航控制器的项目。在我的项目中,我有启动屏幕和我隐藏了导航控制器的登录屏幕。

现在我必须在应用程序中实现 TabbarController,并且需要在登录页面后显示在屏幕上。

我想将它添加到AppDelegate中。但我的问题是我已将Window的rootviewcontroller设置为导航控制器。

现在我想在 Appdelegate 类中也使用 Tabbar 控制器。

我发现这很困难。

任何帮助将不胜感激。

I have navigation controller based project. In my project I have Splash Screen & Login Screen where i have hidden the navigation controller.

Now i have to implement TabbarController in the application and It need to be shown the screen after Login Page.

I want to add it in AppDelegate.But my problem is that I have set rootviewcontroller of Window as navigation controller.

And Now i want to use Tabbar controller also into the Appdelegate class.

I am finding difficulty into it.

Any help will be appreciated a lot.

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

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

发布评论

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

评论(2

你的往事 2024-12-30 15:14:59

您可以做的是将 rootviewcontroller 设置为 tabbarcontroller 并为登录屏幕添加一个选项卡,但确保最初隐藏选项卡栏,在用户登录后,您可以以编程方式删除选项卡并显示选项卡栏。

What you can do is set the rootviewcontroller as a tabbarcontroller and add a tab for your login screen but make sure to hide the tabbar initially, after the user login, you can remove the tab programatically and show the tabbar.

梦言归人 2024-12-30 15:14:59

也许您确实需要在应用程序中进行这种导航,对我来说,这听起来有点不必要的解决方法并且违反了指导方针。尝试看看苹果的(“视图控制器编程指南 > 组合视图控制器接口”)您会找到更优雅的解决方案来解决您的问题。

Maybe you really need that kind of navigation in your application, to me it sounds a bit of a unnecessary workaround and against guidelines. Try having a look at Apple's ("View Controller Programming Guide > Combined View Controller Interfaces") and maybe you'll find a more elegant solution to your problem.

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