为 OBShapedButton(自定义形状按钮)图像着色并再次设置

发布于 2024-12-19 20:05:39 字数 183 浏览 0 评论 0原文

我在 xib 上有一些 OBShaped/IrregularShaped 自定义按钮。我正在设置这些按钮的图像。现在我想根据一些数据拍摄每个按钮的图像和颜色并再次设置。我该怎么做?

我尝试过使用 UIColor、UIImage+Tint.h、UIImage+ProportionalFill.h。但在为高分辨率图像着色时会占用大量内存。

I have some OBShaped/IrregularShaped custom buttons on the xib. I am setting the images of these buttons. Now I want to take the image of each button and color is according to some data and set it again. How can I do this?

I have tried using UIColor, UIImage+Tint.h, UIImage+ProportionalFill.h. But it's taking a lot of memory while coloring the high resolution images.

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

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

发布评论

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

评论(1

○闲身 2024-12-26 20:05:39

最后用 UIColor、UIImage+Tint.h、UIImage+ProportionalFill.h 做到了 | :)

Finally did it with UIColor, UIImage+Tint.h, UIImage+ProportionalFill.h | :)

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