本文介绍了Tint UIButton的界面构建器中的图像与UIImageRenderingModeAlwaysTemplate的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个 UIButton
,我从界面构建器设置了图像
属性。我希望这张图片用superview的 tintColor
着色。使用代码,我可以将图像的渲染模式设置为 UIImageRenderingModeAlwaysTemplate
,但是如何从界面构建器执行此操作?
I have a UIButton
whose image
property I'm setting from interface builder. I want this image to be tinted with the superview's tintColor
. With code, I can set the image's rendering mode to UIImageRenderingModeAlwaysTemplate
, but how do I do this from interface builder?
推荐答案
经过一番环顾后得到它。我在IB中将按钮类型设置为自定义,但将其切换为系统类型现在使用模板渲染模式 UIButton
的图像
。
Got it after a bit of looking around. I had the button type as custom in IB, but switching it to system type now uses the template rendering mode for the UIButton
's image
.
这篇关于Tint UIButton的界面构建器中的图像与UIImageRenderingModeAlwaysTemplate的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!