Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 VoiceOver 运行时,我点击了一个按钮或标签,它会播报有关此按钮或标签的一些信息。我想在公告完成后做点什么。是否有一些通知可以帮助我观察公告何时完成?谢谢!
不完全是,不。但是,这是一个可怕的 hack,您可以通过UIAccessibilityPostNotification()订阅UIAccessibilityAnnouncementDidFinishNotification. 如果您在正确的时间排队发言,则可以合理地假设您的任何公告完成表明所有系统公告都已结束。
UIAccessibilityPostNotification()
UIAccessibilityAnnouncementDidFinishNotification