causesPageTurn
The accessibility element causes an automatic page turn when VoiceOver finishes reading the text within it.
Declaration
nonisolated static let causesPageTurn: UIAccessibilityTraitsDiscussion
Use this trait to characterize an accessibility element that represents a page of content within a set of pages, such as a view that represents a page in a book. When VoiceOver finishes reading the content in the current page, it calls accessibilityScroll(_:) with UIAccessibilityScrollDirection.next to scroll to the next content page. If VoiceOver detects that the new content doesn’t differ from the previous content, it stops scrolling.