VoiceOver UIAccessibilityAnnouncementNotification tone of voice

断了今生、忘了曾经 提交于 2019-12-11 09:57:32

问题


Using UIAccessibilityPostNotification(UIAccessibilityAnnouncementNotification, string); to announce things with VoiceOver. This works great for summaries etc.

The problem is in announcing entered/deleted text, VoiceOver uses a deeper tone when echoing the text you enter, and deeper still when you delete text. The documentation mentions no way to control the tone of Voice, is there some unicode character you can put in the string or any argument you can pass to do this?

来源:https://stackoverflow.com/questions/12578873/voiceover-uiaccessibilityannouncementnotification-tone-of-voice

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!