Closed Legoless closed 8 years ago
This PR adds accessibility support, so the popover acts like a modal screen when used with assistive technologies. After the modal is dismissed, a notification must be sent to accessibility system, to correctly place the assistive cursor:
UIAccessibilityPostNotification(UIAccessibilityLayoutChangedNotification, nil)
Thanks! nice PR.
This PR adds accessibility support, so the popover acts like a modal screen when used with assistive technologies. After the modal is dismissed, a notification must be sent to accessibility system, to correctly place the assistive cursor: