---
title: AccessibilityNotification.ScreenChanged
framework: accessibility
role: symbol
role_heading: Structure
path: accessibility/accessibilitynotification/screenchanged
---

# AccessibilityNotification.ScreenChanged

A notification that an app posts when a new view appears that occupies a major portion of the screen.

## Declaration

```swift
struct ScreenChanged
```

## Overview

Overview Optionally, include a parameter that contains the accessibility element for VoiceOver to move to after processing the notification.

## Topics

### Creating a screen change notification

- [init(_:)](accessibility/accessibilitynotification/screenchanged/init(_:).md)

## See Also

### Notifications

- [AccessibilityNotification.Announcement](accessibility/accessibilitynotification/announcement.md)
- [AccessibilityNotification.LayoutChanged](accessibility/accessibilitynotification/layoutchanged.md)
- [AccessibilityNotification.PageScrolled](accessibility/accessibilitynotification/pagescrolled.md)
