I have an icon with black lines. The TabBarController intelligently outlines the black as a color (default blue, but I changed it to red)
UITabBar.appearance().tintColor = UIColor.redColor()
How can I do this in a UIImageView? When I drag the image out and then change the tintColor, nothing happens and it stays black.