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

# UIScrollViewAccessibilityDelegate

A set of methods you can implement to provide accessibility information for a scroll view.

```
@MainActor protocol UIScrollViewAccessibilityDelegate : UIScrollViewDelegate
```

## Topics

### Providing descriptive information

[`accessibilityScrollStatus(for:)`](/documentation/UIKit/UIScrollViewAccessibilityDelegate/accessibilityScrollStatus(for:))

Returns a string describing the content at the current offset in the scroll view.

[`accessibilityAttributedScrollStatus(for:)`](/documentation/UIKit/UIScrollViewAccessibilityDelegate/accessibilityAttributedScrollStatus(for:))

Returns an attributed string describing the content at the current offset in the scroll view.



---

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)