Contents

UIAccessibilityReadingContent

Methods to implement for an object that represents content that users read, such as a book or an article.

Declaration

protocol UIAccessibilityReadingContent

Overview

To give VoiceOver users a superior, continuous reading experience, you can implement this protocol on an element that represents readable content, characterize it with the causesPageTurn trait, and use the UIAccessibilityScrollDirection.next and UIAccessibilityScrollDirection.previous constants to enable page turning.

Topics

Accessing the content on a page

See Also

Behaviors