---
title: AccessibilityNotification.LayoutChanged
framework: accessibility
role: symbol
role_heading: Structure
path: accessibility/accessibilitynotification/layoutchanged
---

# AccessibilityNotification.LayoutChanged

A notification that an app posts when the layout of a screen changes.

## Declaration

```swift
struct LayoutChanged
```

## Overview

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

## Topics

### Creating a layout change notification

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

## See Also

### Notifications

- [AccessibilityNotification.Announcement](accessibility/accessibilitynotification/announcement.md)
- [AccessibilityNotification.ScreenChanged](accessibility/accessibilitynotification/screenchanged.md)
- [AccessibilityNotification.PageScrolled](accessibility/accessibilitynotification/pagescrolled.md)
