如何处理 UITabBar 上的长名称
可能的重复:
更改 tabbaritem 的字体大小
我在 UITabBar 中有三个选项卡。我必须设置的标题很长,因此标题会重叠。有什么方法可以将这些标题放入相应的选项卡中,例如增加行数。或者说在UITabBar中写长标题不重叠是不可能的。
Possible Duplicate:
Changing font size of tabbaritem
I have three tabs in UITabBar. The titles I have to set are very long so the titles are getting overlapped. Is there any way to fit those titles in a corresponding tab like by increasing number of lines. Or is it not possible to write long titles in UITabBar without overlapping.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是一个独特的解决方案……
在选项卡栏中设置图像的名称而不是设置名称。
因此,即使这样也不会使选项卡栏文本相互重叠。
Just a unique solution ......
Set the image in Tabbar with the name rather than setting the names.
So,even that would not make the Tabbar text to be overlapping each other.