在 iOS 上禁用 VoiceOver 中的“...拼写错误”消息

End*_*ker 6 accessibility ios voiceover

如何防止 VoiceOver 在文本字段上说出 \xe2\x80\x9c\xe2\x80\xa6misspelled\xe2\x80\x9d ?将 auto CorrectionType 设置为 UITextAuto CorrectionTypeNo 似乎不会产生影响。

\n\n

如果 iOS 用户键入拼写错误的单词,后跟空格或标点符号,Voiceover 会读出该单词,后跟 \xe2\x80\x9cmisspelled。\xe2\x80\x9d 我希望能够在特定文本字段上禁用此行为。

\n

Rob*_*ier 0

我希望你设置spellCheckingType = UITextSpellCheckingTypeNo得到这种行为而不是autocorrectionType. 这还解决不了问题吗?