selectedImageTintColor
The tint color applied to the selected tab bar item.
Declaration
var selectedImageTintColor: UIColor? { get set }Discussion
The default value is nil, which results in use of the tab bar’s tintColor property.
The tint color applied to the selected tab bar item.
var selectedImageTintColor: UIColor? { get set }The default value is nil, which results in use of the tab bar’s tintColor property.