tintColor
The tint color applied to the image view.
Declaration
@property (nonatomic, strong) UIColor * tintColor;Discussion
Setting the value to nil makes the image view use its inherited tint color.
The tint color applied to the image view.
@property (nonatomic, strong) UIColor * tintColor;Setting the value to nil makes the image view use its inherited tint color.