---
title: screenChanged
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiaccessibility/notification/screenchanged
---

# screenChanged

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

## Declaration

```swift
nonisolated static let screenChanged: UIAccessibility.Notification
```

## Discussion

Discussion Post this notification using the post(notification:argument:) function. Optionally, include a parameter that contains the accessibility element for VoiceOver to move to after processing the notification.

## See Also

### UI changes

- [layoutChanged](uikit/uiaccessibility/notification/layoutchanged.md)
- [pageScrolled](uikit/uiaccessibility/notification/pagescrolled.md)
- [switchControlStatusDidChangeNotification](uikit/uiaccessibility/switchcontrolstatusdidchangenotification.md)
- [elementFocusedNotification](uikit/uiaccessibility/elementfocusednotification.md)
- [reduceTransparencyStatusDidChangeNotification](uikit/uiaccessibility/reducetransparencystatusdidchangenotification.md)
- [buttonShapesEnabledStatusDidChangeNotification](uikit/uiaccessibility/buttonshapesenabledstatusdidchangenotification.md)
