Skip to main content
Logo Appt Light

Accessibility modal on iOS

A modal overlays the screen with additional content. Modals are usually indicated visually, e.g. by throwing a shadow on the content below it. Users of assistive technologies also need to know when content is part of a modal.

On iOS, you can indicate an accessibility modal by using the accessibilityViewIsModal property.

viewController.accessibilityViewIsModal = true

Feedback?

Let us know!