停止画外音说出 UIAccessibilityTrait 的自动提示可调 (swift)

stop voice over from saying the automatic hint for UIAccessibilityTrait adjustable (swift)

当屏幕上的元素具有 UIAccessibilityTrait .adjustable 时,画外音会读出 iOS 提供的自动提示,说 "swipe up or down with one finger to adjust the value"。

如何阻止 iOS 说出那个提示?我希望画外音只读我自己的辅助功能提示。

How do I stop iOS from saying that hint?

当您使用特征为 .adjustable 的无障碍元素时,系统会自动读出它的提示,不可能只删除这个并让您说出来 如你所愿

但是,用户可以在他的设置中指定停止收听所有提示(iOS 12:设置 - 通用 - 辅助功能 - VoiceOver - 详细 - 说出提示)

当你处理系统提示时,不幸的是,它是全有或全无。