View.TintAdjustmentMode
The tint adjustment mode for the view.
public enum TintAdjustmentMode: Int
Inheritance
Int
Enumeration Cases
automatic
The tint adjustment mode of the view is the same as its superview’s tint adjustment mode (or ViewTintAdjustmentModeNormal
if the view has no superview).
case automatic
normal
The view’s tintColor property returns the completely unmodified tint color of the view.
case normal
dimmed
The view’s tintColor
property returns a desaturated, dimmed version of the view’s original tint color.
case dimmed