<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accessibility",
  "identifier" : "/documentation/Accessibility/AccessibilityNotification/PageScrolled",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Accessibility"
    ],
    "preciseIdentifier" : "s:13Accessibility0A12NotificationO12PageScrolledV"
  },
  "title" : "AccessibilityNotification.PageScrolled"
}
-->

# AccessibilityNotification.PageScrolled

A notification that an app posts when a scroll action completes.

```
struct PageScrolled
```

## Overview

Include an announcement value, such as <doc://com.apple.documentation/documentation/Swift/String>
or <doc://com.apple.documentation/documentation/Foundation/AttributedString>, for
an assistive app to announce. When an assistive app repeatedly receives the same
scroll position value, it indicates to the user that scrolling can’t continue due
to a border or boundary.

## Topics

### Creating a page scroll notification

[`init(String)`](/documentation/Accessibility/AccessibilityNotification/PageScrolled/init(_:)-28520)

Creates a page scroll notification with a string.

[`init(AttributedString)`](/documentation/Accessibility/AccessibilityNotification/PageScrolled/init(_:)-39fee)

Creates a page scroll notification with an attributed string value.

[`init(NSAttributedString)`](/documentation/Accessibility/AccessibilityNotification/PageScrolled/init(_:)-2lkx)

Creates a page scroll notification with an attributed string object.



---

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)