有没有办法在iOS中设置图像“轮廓”的颜色?

时间:2015-04-12 18:24:54

标签: ios swift styles

我有一个带黑线的图标。 TabBarController智能地将黑色概述为颜色(默认为蓝色,但我将其更改为红色)

UITabBar.appearance().tintColor  = UIColor.redColor()

如何在UIImageView中执行此操作?当我将图像拖出然后更改tintColor时,没有任何反应,它会保持黑色。

enter image description here

1 个答案:

答案 0 :(得分:1)

如果是您插入图像资源的图像,请确保将图像设置为模板。选择图像,然后选择属性检查器所在的位置,确保将其设置为" template"

on the right