tintColor
The tint color to apply to the image view.
Declaration
var tintColor: UIColor? { get set }Discussion
The default value of this property is nil, which means that the image view uses its inherited tint color.
The tint color to apply to the image view.
var tintColor: UIColor? { get set }The default value of this property is nil, which means that the image view uses its inherited tint color.