是否可以让 UITabBarItem 上没有图像空间?

发布于 2024-12-08 12:00:43 字数 125 浏览 2 评论 0原文

我知道在 UITabBarItem 上添加图像是可选的,但在所有情况下,文本都会以丑陋的方式出现在按钮底部。

所以,我的问题是,有没有办法将文本垂直集中在 UITabBarItem 上?

I know it is optional to add an image on the UITabBarItem but in all cases, the text appears at the bottom of the Button in an ugly way.

So, my question is, is there a way to centralize the text vertically on the UITabBarItem ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

漆黑的白昼 2024-12-15 12:00:43

没有办法直接做到这一点。您可以通过制作仅包含您希望显示的文本的图像并将其用作选项卡的图像来实现解决方法。

There is no way to do this directly. You can implement a work around by making an image that contains only the text you wish to display and using that as the image for the tab.

唔猫 2024-12-15 12:00:43

您可以在运行时绘制文本的图像并将其添加到 tabBarItemimage

这也将解决 I18N 问题。

查看此链接

Rob 的回答

You can draw the image of the text at runtime and add it to the tabBarItem's image

This will solve the I18N issue too.

Check out this link

Rob's Answer

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文