tintColor
The tint color to apply to the image view.
Declaration
@property (nonatomic, strong) UIColor * tintColor;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.
@property (nonatomic, strong) UIColor * tintColor;The default value of this property is nil, which means that the image view uses its inherited tint color.