Код: Выделить всё
UIAccessibilityPostNotification(UIAccessibilityAnnouncementNotification, cell)
В другом вопросе я также обнаружил, что мне следует использовать строку с атрибутами:
Код: Выделить всё
attributedString.addAttribute(NSAttributedStringKey(
rawValue: UIAccessibilitySpeechAttributeQueueAnnouncement),
value: true,
range: range!.nsRange)
Подробнее здесь: https://stackoverflow.com/questions/517 ... -voiceover