一般来说,我有类似的问题。设置accessibilityTraits = .adjustable
使 VoiceOver 读取可调。用一根手指向上或向下滑动以调整iPhone 设置中的语言值,但使用应用程序设置中语言的语音和发音。
我尝试设置accessibilityTraits = none; accessibilityHint = translate("Adjustable. Swipe up or down with one finger to adjust the value", into: chosenTongue)
,但它会accessibilityIncrement()
关闭accessibilityDecrement()
。
有没有办法让它正常工作?
编辑:
我创建了一个简单的应用程序来更清楚地显示我在写什么。如果您想找到它,请继续https://gitlab.com/dh23/multilanguage-adjustable 。