gpt4 book ai didi

iOS VoiceOver 辅助功能 - 操作完成后如何实现 "Action X performed"?

转载 作者:行者123 更新时间:2023-11-28 21:03:28 24 4
gpt4 key购买 nike

例如,在邮件应用程序中,通过 VoiceOver 删除项目后,您会听到“消息已删除”。我如何为我的自定义操作/按钮实现它?

最佳答案

您可以使用 UIAccessibilityPostNotification 方法。

例如在 Objective-C 中:

UIAccessibilityPostNotification(UIAccessibilityAnnouncementNotification, @"String to be read");

更多信息见: https://developer.apple.com/documentation/uikit/1615194-uiaccessibilitypostnotification

关于iOS VoiceOver 辅助功能 - 操作完成后如何实现 "Action X performed"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47018411/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com