我的 iPhone 标签栏控制器显得很小
应用程序启动时我有登录屏幕。并且能够在下一个视图(选项卡栏控制器)中的视图之间切换。但我的标签栏控制器在底部显得很小。我已经使用基于视图的应用程序创建了我的应用程序。谁能帮我解答一下原因吗?
I have login screen when the app is launched. And am able to switch between the views in my next view (tab bar controller). But my tab bar controller is appearing small on the bottom. I have created my app using view based application. Can anyone help me out with the reason?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现最好用登录屏幕构建应用程序,以便登录屏幕以模态方式呈现(在应用程序启动后立即)在“主”屏幕(在您的情况下为选项卡栏控制器)的顶部,然后关闭模型登录登录完成后的屏幕,显示下方的主应用程序屏幕
I've found it best to structure apps with login screens so that the login screen is modally presented (immediately upon app start) on top of the "main" screen (the tab bar controller in your case), and then dismiss the model login screen when login is finished, which reveals the main app screen underneath