如何将tintColor应用于UIImage? [英] How to apply a tintColor to a UIImage?

查看:118
本文介绍了如何将tintColor应用于UIImage?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个 UIImage 这是一个全黑的小符号。 UIImage 是在我拥有的自定义 UIButton 子类中设置的。是否可以让图像应用 tintColor ,而不是黑色图像,它将颜色更改为 tintColor 是吗?

I have a UIImage that is a small symbol that is all black. The UIImage is getting set in a custom UIButton subclass I have. Is it possible to have the image to apply the tintColor to it, so instead of the black image it changes colors to whatever the tintColor is?

我只是想避免创建新资产。

I'm just trying to avoid creating new assets.

// here I want defaultImageName (that is black) to use the tintColor (that is white)
[self setImage:[UIImage imageNamed:defaultImageName] forState:UIControlStateNormal];


推荐答案

如果您只是支持iOS 7,您可以使用 tintColor UIImageRenderingModeAlwaysTemplate

If you are just supporting iOS 7 you can use tintColor and UIImageRenderingModeAlwaysTemplate

本文涵盖:

https://www.captechconsulting.com/blogs/ios-7-tutorial-series-tint-color-and-easy-app-theming

如果你需要支持早期版本,你可能需要考虑这个帖子

If you need to support an earlier version you may want to consider this thread

我如何在iPhone上以编程方式为图像着色?

这篇关于如何将tintColor应用于UIImage?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆