如何在 TabBarApplication 中显示第二个选项卡视图而不是第一个选项卡视图?
我正在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗨,斯塔克iPhone,
所以对于 SecondIndex 必须设置为 1
hi Stackiphone,
So for secondIndex have to set with 1
在身份检查器的类中选择主页的视图控制器,并在属性检查器中将 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.