Is there an API that would allow tvOS apps to access the "high-contrast cursor" setting (Accessibility > Increase Contrast > Focus Style) state?
None of the UIAccessibilityIs*Enabled() functions seem to return "true" when the setting is enabled. I'd like to use the information to improve the contrast of custom buttons.
-
—
Eurydice
Add a CommentHas anybody found an answer to this? Three years later I'm faced with the same question: It seems that only
TVPosterViewmakes use of the Focus Style: High Contrast accessibility setting (showing a white frame around the view when focused). I'd like to be able to show such a frame on my custom views if this setting is enabled but I cannot find how to check if it's enabled.