Hello,
I am currently developing an iOS app and need to check if the Classic Invert accessibility setting is enabled.
According to the Apple documentation, the isInvertColorsEnabled property should indicate whether the Classic Invert setting is enabled:
"A Boolean value that indicates whether the Classic Invert setting is in an enabled state."
https://developer.apple.com/documentation/uikit/uiaccessibility/1615167-isinvertcolorsenabled
However, in my app, isInvertColorsEnabled only returns true when the Smart Invert setting is enabled. It always returns false when Classic Invert is enabled.
Is this a bug in the documentation?
If so, is there another way to check if Classic Invert is enabled?
Thank you for your time.
Additional information:
Xcode 15,
iOS 17.0