---
title: switchControlStatusDidChangeNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiaccessibility/switchcontrolstatusdidchangenotification
---

# switchControlStatusDidChangeNotification

A notification that UIKit posts when the system’s Switch Control setting changes.

## Declaration

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

## Discussion

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

## See Also

### UI changes

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