Contents

labelTintColor

The labelTintColor to apply to the label.

Declaration

var labelTintColor: UIColor? { get set }

Discussion

The system requires a dynamic color that adapts to appearance changes. Static colors without light and dark variants fall back to the system default label color. Alpha components are ignored and all colors render at full opacity.

dynamic colors that adapt to light and dark appearances.