有没有办法设置iOS中图像"outline"的颜色?

Is there a way to set the color of the "outline" of the image in iOS?

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

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

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

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