tintAdjustmentMode
The first non-default tint adjustment mode value in the view’s hierarchy, ascending from and starting with the view itself.
Declaration
var tintAdjustmentMode: UIView.TintAdjustmentMode { get set }Discussion
When this property’s value is UIView.TintAdjustmentMode.dimmed, the value of the tintColor property is modified to provide a dimmed appearance.
If the system cannot find a non-default value in the subview hierarchy when you query this property, the value is UIView.TintAdjustmentMode.normal.
When this property’s value changes (either by the view’s value changing or by one of its superview’s values changing), the system calls the tintColorDidChange() method to allow the view to refresh its rendering.