<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIAccessibilityTraits/causesPageTurn",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIAccessibilityTraitCausesPageTurn"
  },
  "title" : "causesPageTurn"
}
-->

# causesPageTurn

The accessibility element causes an automatic page turn when VoiceOver finishes reading the text within it.

```
nonisolated static let causesPageTurn: UIAccessibilityTraits
```

## Discussion

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 <doc://com.apple.documentation/documentation/ObjectiveC/NSObject-swift.class/accessibilityScroll(_:)> with [`UIAccessibilityScrollDirection.next`](/documentation/UIKit/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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)