隐藏TabBar并显示UIToolbar
在我的 iPhone 应用程序启动时,如果用户未登录,我想隐藏选项卡栏并在底部显示一个工具栏,其中只有两个居中按钮(注册和登录)。
我该怎么做?
At the startup of my iPhone application if the user isn't logged in I want to hide the tabbar and display a toolbar at the bottom with only two centered buttons (signup and login).
How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以隐藏选项卡栏
然后您可以隐藏/取消隐藏工具栏
登录成功后再次切换这些工具栏。
You can hide the tabBar with
Then you can hide/unhide the toolbar
Toggle these again once the login is successful.