为 UI 按钮着色

发布于 2024-08-30 22:58:15 字数 173 浏览 4 评论 0原文

有人知道如何为 UIButton (iphone) 着色吗?我有一个带有 alpha 的灰度图像,我想将其着色为各种不同的颜色。设置诸如背景颜色之类的东西只会对整个图像进行着色,而不考虑 Alpha。

有没有一种简单的方法可以做到这一点,或者我是否需要子类化 UIButton 并重载 drawRect 方法?谢谢。

Does someone know how to colorize a UIButton (iphone)? I have a greyscale image with alpha that I want to colorize to various different colors. Setting things like background color only shade the entire image without respecting the alpha.

Is there a straightforward way to do this, or will I need to subclass UIButton and overload the drawRect method perhaps? Thanks.

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

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

发布评论

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

评论(1

亚希 2024-09-06 22:58:15

一种选择是使用单段 UISegmentedControl,它提供对色调属性的访问。如果设置正确,它们的行为就像 UIButton 一样,而且看起来很像 Apple 用于 iPhone 应用程序的玻璃样式。

One option is to use a one-segment UISegmentedControl, which provides access to a tint property. These can behave like a UIButton with the right settings, and look a lot like the glass-style that Apple uses for its iPhone apps.

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