Contents

accessibilityDisplayShouldInvertColors

A Boolean value that indicates whether the accessibility option to invert colors is in an enabled state.

Declaration

var accessibilityDisplayShouldInvertColors: Bool { get }

Discussion

If this property’s value is true, the system inverts the display. In this case, you may need to adjust your app’s drawing for optimal display. To receive updates when this setting changes, register for the accessibilityDisplayOptionsDidChangeNotification notification using notificationCenter.

See Also

Supporting Accessibility