How can I queue multiple accessibility notifications for VoiceOver?

后端 未结 3 377
攒了一身酷
攒了一身酷 2020-12-20 13:09

This is how I\'m notifying the system to read out my elements:

UIAccessibilityPostNotification(UIAccessibilityAnnouncementNotification, cell)
3条回答
  •  眼角桃花
    2020-12-20 13:36

    You could try using https://github.com/spanage/AccessibilityAnnouncer for your own notifications but keep in mind that if the user taps and interacts with the screen these notifications will be ignored.

提交回复
热议问题