The first non-default tint adjustment mode value in the view’s hierarchy, ascending from and starting with the view itself.
SDKs
- iOS 7.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
var tintAdjustmentMode: UIView.Tint Adjustment Mode { get set }
Discussion
When this property’s value is UIView
, the value of the tint
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
.
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 tint
method to allow the view to refresh its rendering.