如何通过图像的透明像素显示UIImage背景

发布于 2024-10-28 00:42:07 字数 77 浏览 3 评论 0原文

我有一个图像,它具有透明区域和已知的背景。但是当我设置 UIImage 的“图像”属性时,我看到主视图,而不是我在“背景”属性中设置的颜色。

I have an image, that has transparent areas and a known backround. But wheh I set "image" property of the UIImage i see main view and not a color which i set in "background" property.

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

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

发布评论

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

评论(2

原野 2024-11-04 00:42:07

我想我之前尝试过,但没有找到真正的解决方案。但是,您可以将 uiimageview 放入具有相同大小的 uiview 中,并将背景颜色设置为此视图。

I think I tried that before and found no real solution. You could however put the uiimageview into an uiview with the same size and set the backgroundcolor to this view.

带刺的爱情 2024-11-04 00:42:07

必须创建带有两个由 obu UIView 界定的 UIImageView 的自定义控件。它有效,但我更希望苹果对此行为采取一些措施

Had to create custom control with two UIImageViews bounded by obu UIView. It works, but i would prefer apple doing something about this behaviour

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