Contents

preferredTint

A color transformer that returns the preferred system accent color.

Declaration

static let preferredTint: UIConfigurationColorTransformer

Discussion

This color transformer returns the original color on platforms without a system accent color, or when the system accent color is set to Multicolor. When the system accent color is set to any other color, this color transformer returns that system accent color.

See Also

Creating a color transformer