为什么 UITabBar 隐藏其标题名称
我添加了 UITabBar,并从 nib 文件中设置了其标题名称,但它正在消失。我得到的问题是它在那里,但选项卡栏尺寸很小,所以它没有显示在那里。我已附上模拟器图像,这是我的程序流程。
1)加载viewcontroller,它出现了3秒 2) 3 秒后,另一个视图控制器被加载,它包含 UITabBar 控制器。
I added UITabBar and I had set its title name from the nib file but it is being disappear. I got the thing is that it is there but tabbar size is small so it is not showing there. I have attached simulator image and here is my flow of program.
1) Loading viewcontroller, it is appearing for 3 sec
2) after 3 sec another viewcontroller is being loaded and it contains UITabBar controller.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须通过单击每个选项卡栏项目来设置 tabbarController 中的标题名称和图标。
You have to set the title name and icon in the tabbarController by clicking on each tab bar item.