2

In the Accessibility settings on iOS there is the ability to Invert Colors. However, inverting colors on images and videos isn't always desirable.

iOS 11 introduces a property called accessibilityIgnoresInvertColors that can be set on UIViews to ignore the system directive to invert its colors (https://developer.apple.com/documentation/uikit/uiview/2865843-accessibilityignoresinvertcolors).

Is it possible to ignore Invert Colors on apps using earlier iOS versions than iOS 11.0?

H K
  • 1,215
  • 2
  • 16
  • 29
  • 1
    Suggestion: Check if the user has invert colours on and if they do make the color already inverted so iOS will just invert it back to the original color which is what you want. – Cal Jan 08 '19 at 09:14

0 Answers0