UITabBarController 项目的宽度与其他项目不同
有没有一种方法可以让 UITabBarController 中的一个 tabbaritem 比其他选项卡更宽。
默认情况下,它们的大小都相同。
is there a way to give one tabbaritem in UITabBarController more width then the others.
by default they are all sized the same.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能那样做。 UITabBar 的大小属性对于我们这些普通人来说是不可用的。
这需要更多工作,但您可以创建自己的自定义视图而不是 UITabBar。
You can't do that. Size properties for an UITabBar aren't available for us, simple mortals.
It's more work, but you could create your own custom view instead of an UITabBar.