iphone TabBarController,如何调整它的高度?
有人知道如何调整 TabBar 的大小吗?我想让它的高度为 80px,以便使用我的自定义背景和按钮,并使其更漂亮。
谢谢
any one know how to resize the TabBar? i want make it 80px height for use my custom background and buttons,and make it more beautiful.
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不要这样做。为什么要为标签栏浪费额外的像素?用户更愿意有更多的内容空间。适当缩放背景和按钮以适合其当前高度。
Don't do it. Why waste extra pixels for a tab bar? Users would much rather have more room for the content. Scale your background and buttons appropriately to fit its current height.
Apple 的标签栏无法做到这一点。但是您可以创建自己的自定义选项卡栏,这就是其他一些应用程序所做的事情。
You can't do this with Apple's tab bar. But you could make your own custom tab bar, which is what some other applications do.