accessibilityIgnoresInvertColors
A Boolean value indicating whether the view ignores an accessibility request to invert its colors.
Declaration
var accessibilityIgnoresInvertColors: Bool { get set }Discussion
Inverting colors is often used to help users with light or color sensitivities to make bright colors darker. However, this behavior can have a destructive impact on images and videos. If inverting the colors would have a negative impact on your view’s content, set this property to true to prevent it from inverting its colors. Setting the property to true prevents the system from inverting the colors of the view and all of its subviews.