如何在 TabBarApplication 中显示第二个选项卡视图而不是第一个选项卡视图?

发布于 2024-12-23 22:54:02 字数 191 浏览 1 评论 0原文

我正在iPhone中做一个阅读器应用程序,它有一个登录页面,登录页面是第一个tabbarview,因此用户需要成功登录才能进入主页,即第二个tabbarview。我想知道如何在第一个中显示主页显示登录页面,即第一个tabbarview?这可能吗?我已在 didfinishlaunching 中完成此操作,但主页中没有可用的导航。 提前致谢。

I am doing a reader application in iPhone which have a loginpage the login page is the firsttabbarview ,so the user needs to login sucessfully to enter the mainpage,that is the second-tabbarview.I want to know how to show the mainpage in first instead of showing the loginpage i.e. the firsttabbarview? Is that possible? I have done it in didfinishlaunching but no navigation is workable in the mainpage.
Thanks in advance.

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

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

发布评论

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

评论(2

我不咬妳我踢妳 2024-12-30 22:54:02

嗨,斯塔克iPhone,

要直接打开第二个选项卡,您可以完成
tabbarController 的 tabbarController.selectedIndex 属性。
在窗口上加载选项卡栏之前设置此项。

所以对于 SecondIndex 必须设置为 1

hi Stackiphone,

For open second tab directly you can done with
tabbarController.selectedIndex property of your tabbarController.
Set this before you load tabbar on your window.

So for secondIndex have to set with 1

(り薆情海 2024-12-30 22:54:02

在身份检查器的类中选择主页的视图控制器,并在属性检查器中将 NIB 名称指定为主页的 nib 以显示第一个 tabbarview。

Select your mainpage's viewcontroller in the Class in Identity Inspector and give NIB name as your mainpage's nib in Attribute Inspector to show firsttabbarview.

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