Contents

invertColorsStatusDidChangeNotification

A notification that UIKit posts when the settings for inverted colors change.

Declaration

nonisolated static let invertColorsStatusDidChangeNotification: NSNotification.Name

Discussion

This notification doesn’t include a parameter. Observe this notification using the default notification center.

Use the isInvertColorsEnabled function to determine whether the settings for inverted colors are in an enabled state.

See Also

Colors