accessibilityIgnoresInvertColors
A Boolean value that determines whether the image inverts its colors when the user turns on the Invert Colors accessibility setting.
Declaration
@property (nonatomic) BOOL accessibilityIgnoresInvertColors;Discussion
If the value of this property is true, the image doesn’t invert its colors when the user turns on Invert Colors. The default value is false.