<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIAccessibility/Notification",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@T@UIAccessibilityNotifications"
  },
  "title" : "UIAccessibility.Notification"
}
-->

# UIAccessibility.Notification

An accessibility notification that an app can send.

```
struct Notification
```

## Topics

### Notifications

[`announcement`](/documentation/UIKit/UIAccessibility/Notification/announcement)

A notification that an app posts when it needs to convey an announcement to the assistive app.

[`layoutChanged`](/documentation/UIKit/UIAccessibility/Notification/layoutChanged)

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

[`screenChanged`](/documentation/UIKit/UIAccessibility/Notification/screenChanged)

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

[`pageScrolled`](/documentation/UIKit/UIAccessibility/Notification/pageScrolled)

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

[`pauseAssistiveTechnology`](/documentation/UIKit/UIAccessibility/Notification/pauseAssistiveTechnology)

A notification that pauses an assistive app’s operations temporarily.

[`resumeAssistiveTechnology`](/documentation/UIKit/UIAccessibility/Notification/resumeAssistiveTechnology)

A notification that resumes an assistive app’s operations temporarily.

[`UIAccessibility.AssistiveTechnologyIdentifier`](/documentation/UIKit/UIAccessibility/AssistiveTechnologyIdentifier)

Identifiers for assistive apps.

### Initializer

[`init(rawValue:)`](/documentation/UIKit/UIAccessibility/Notification/init(rawValue:))

Creates an accessibility notification with the specified raw value.



---

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)