i though smart invert on iOS would ignore UIImageView but I just tested it and it does not work
is there a setting i need to set so that UIImageView be ignore in smart invert mode ?
i though smart invert on iOS would ignore UIImageView but I just tested it and it does not work
is there a setting i need to set so that UIImageView be ignore in smart invert mode ?
Yes you need to set accessibilityIgnoresInvertColors
on the UIImageView to true
Docs: https://developer.apple.com/documentation/uikit/uiview/2865843-accessibilityignoresinvertcolors