UITabBarItem 图像的最大尺寸是多少?

发布于 2024-10-15 20:59:17 字数 31 浏览 2 评论 0原文

UITabBarItem 图像的最大尺寸是多少?

What is the max size of a UITabBarItem image?

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

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

发布评论

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

评论(2

撕心裂肺的伤痛 2024-10-22 20:59:17

来自苹果的 UITabBarItem 参考:

该项目的图像。如果为零,则图像是
不显示。显示的图像
标签栏源自于此
图像。如果此图像太大
适合标签栏,它被缩放到
合身。标签栏图像的大小是
通常为 30 x 30 点。阿尔法
源图像中的值用于
创建未选定和选定的
图像 - 不透明值将被忽略。

我希望它有帮助!祝你好运!

From apple's UITabBarItem reference:

The item’s image. If nil, an image is
not displayed. The images displayed on
the tab bar are derived from this
image. If this image is too large to
fit on the tab bar, it is scaled to
fit. The size of an tab bar image is
typically 30 x 30 points. The alpha
values in the source image are used to
create the unselected and selected
images—opaque values are ignored.

I hope it helps! good luck!

挽容 2024-10-22 20:59:17

它没有缩放,而是裁剪。因此,请记住在使用图像之前先对其进行缩放。

该项目的图像。如果为零,则不显示图像。图像
选项卡栏上显示的内容均源自此图像。如果这张图片是
太大,无法放入标签栏,剪裁以适应。尺寸
标签栏图像的大小通常为 30 x 30 点。中的 alpha 值
源图像用于创建未选择和选择的图像
图像 - 不透明值将被忽略。

It is not scaled but clipped. So remember to scale the image before using it.

The item’s image. If nil, an image is not displayed. The images
displayed on the tab bar are derived from this image. If this image is
too large to fit on the tab bar, it is clipped to fit. The size
of a tab bar image is typically 30 x 30 points. The alpha values in
the source image are used to create the unselected and selected
images—opaque values are ignored.

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