<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIAccessibilityReadingContent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIAccessibilityReadingContent"
  },
  "title" : "UIAccessibilityReadingContent"
}
-->

# UIAccessibilityReadingContent

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

```
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`](/documentation/UIKit/UIAccessibilityTraits/causesPageTurn) trait, and use the [`UIAccessibilityScrollDirection.next`](/documentation/UIKit/UIAccessibilityScrollDirection/next) and [`UIAccessibilityScrollDirection.previous`](/documentation/UIKit/UIAccessibilityScrollDirection/previous) constants to enable page turning.

## Topics

### Accessing the content on a page

[`-  accessibilityLineNumberForPoint:`](/documentation/UIKit/UIAccessibilityReadingContent/accessibilityLineNumber(for:))

Returns the line number that contains the specified point.

[`-  accessibilityAttributedContentForLineNumber:`](/documentation/UIKit/UIAccessibilityReadingContent/accessibilityAttributedContent(forLineNumber:))

Returns the styled text associated with the specified line number.

[`-  accessibilityContentForLineNumber:`](/documentation/UIKit/UIAccessibilityReadingContent/accessibilityContent(forLineNumber:))

Returns the text associated with the specified line number.

[`-  accessibilityFrameForLineNumber:`](/documentation/UIKit/UIAccessibilityReadingContent/accessibilityFrame(forLineNumber:))

Returns the onscreen frame associated with the specified line number.

[`-  accessibilityAttributedPageContent`](/documentation/UIKit/UIAccessibilityReadingContent/accessibilityAttributedPageContent())

Returns the styled text displayed on the current page.

[`-  accessibilityPageContent`](/documentation/UIKit/UIAccessibilityReadingContent/accessibilityPageContent())

Returns the text displayed on the current page.



---

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)