---
title: AccessibilityNotification.PageScrolled
framework: accessibility
role: symbol
role_heading: Structure
path: accessibility/accessibilitynotification/pagescrolled
---

# AccessibilityNotification.PageScrolled

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

## Declaration

```swift
struct PageScrolled
```

## Overview

Overview Include an announcement value, such as String or 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(_:)](accessibility/accessibilitynotification/pagescrolled/init(_:)-28520.md)
- [init(_:)](accessibility/accessibilitynotification/pagescrolled/init(_:)-39fee.md)
- [init(_:)](accessibility/accessibilitynotification/pagescrolled/init(_:)-2lkx.md)

## See Also

### Notifications

- [AccessibilityNotification.Announcement](accessibility/accessibilitynotification/announcement.md)
- [AccessibilityNotification.LayoutChanged](accessibility/accessibilitynotification/layoutchanged.md)
- [AccessibilityNotification.ScreenChanged](accessibility/accessibilitynotification/screenchanged.md)
