Contents

tintColor

A color used to tint template images in the view hierarchy.

Declaration

var tintColor: UIColor! { get set }

Discussion

The default is nil. If a non-nil value is specified, the color is applied to any template images attached to the image view. For more information, see the renderingMode property on the UIImage class.

See Also

Configuring the image view