Interface Builder 中的 PNG 透明度

发布于 2024-08-10 23:06:21 字数 121 浏览 2 评论 0原文

我在 Interface Builder 中添加一个带有透明 PNG(导航栏中的徽标)的图像视图,但透明像素似乎呈现为白色。

我在 Interface Builder 中搜索了 PNG,但没有成功。有什么建议吗?

I'm adding an Image View in Interface Builder with a transparent PNG (A logo in the Navigation Bar) but the transparent pixels seems to render as white..

I searched for PNG in Interface Builder but no luck. any tips?

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

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

发布评论

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

评论(2

心舞飞扬 2024-08-17 23:06:21

确保视图属性的“绘图”部分中的“不透明”复选框未选中,并且背景的不透明度为 0。

Make sure the "Opaque" checkbox in the "Drawing" section of the view attributes is unchecked, and that the background has an opacity of 0.

半边脸i 2024-08-17 23:06:21

在 Interface Builder 的 UIButton 中选择图像后,您需要告诉它使用不透明度 (alpha) 为 0 的背景。

After you select your image in a UIButton in Interface Builder, you need to tell it to use a background with 0 opacity (alpha).

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