开发者

How to access iPhone's general accessibility settings

开发者 https://www.devze.com 2022-12-18 22:25 出处:网络
I need to access the iPhone\'s general accessibility settings; I need to know whether the user has turn on features such as \"Speak Auto-text\" or \"White on Black\" and respond to that programaticall

I need to access the iPhone's general accessibility settings; I need to know whether the user has turn on features such as "Speak Auto-text" or "White on Black" and respond to that programatically. I don't need to change the values, only read them. Also, if there's a way of defining (for my app) to ignore them (and set the corresponding support programatically) - that would be a good solution.

An开发者_如何转开发y suggestions?


what about UIKit accessibility methods?

Accessibility
UIAccessibilityPostNotification
UIAccessibilityIsVoiceOverRunning
UIAccessibilityIsClosedCaptioningEnabled
UIAccessibilityIsGuidedAccessEnabled
UIAccessibilityIsInvertColorsEnabled
UIAccessibilityIsMonoAudioEnabled
UIAccessibilityZoomFocusChanged
UIAccessibilityRegisterGestureConflictWithZoom


You can't. I suspect this is by design.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号