<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIScrollViewAccessibilityDelegate/accessibilityAttributedScrollStatus(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIScrollViewAccessibilityDelegate(im)accessibilityAttributedScrollStatusForScrollView:"
  },
  "title" : "accessibilityAttributedScrollStatus(for:)"
}
-->

# accessibilityAttributedScrollStatus(for:)

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

```
optional func accessibilityAttributedScrollStatus(for scrollView: UIScrollView) -> NSAttributedString?
```

## Parameters

`scrollView`

The scroll view containing the content.

## Return Value

An attributed string describing the content.

## Discussion

Your implementation of this method returns a description of the content that’s currently visible in the scroll view. Use this method (instead of the [`accessibilityScrollStatus(for:)`](/documentation/UIKit/UIScrollViewAccessibilityDelegate/accessibilityScrollStatus(for:)) method) when you want to include attributes that specify which language to use when speaking the text. For more information, see [`UIAccessibilitySpeechAttributeLanguage`](/documentation/UIKit/UIAccessibilitySpeechAttributeLanguage).

---

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)