为 OBShapedButton(自定义形状按钮)图像着色并再次设置
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后用 UIColor、UIImage+Tint.h、UIImage+ProportionalFill.h 做到了 | :)
Finally did it with UIColor, UIImage+Tint.h, UIImage+ProportionalFill.h | :)