---
title: reduceMotionStatusDidChangeNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiaccessibility/reducemotionstatusdidchangenotification
---

# reduceMotionStatusDidChangeNotification

A notification that UIKit posts when the system’s Reduce Motion setting changes.

## Declaration

```swift
nonisolated static let reduceMotionStatusDidChangeNotification: NSNotification.Name
```

## Discussion

Discussion This notification doesn’t include a parameter. Observe this notification using the default notification center.

## See Also

### Motion

- [shakeToUndoDidChangeNotification](uikit/uiaccessibility/shaketoundodidchangenotification.md)
