---
title: didChangeStatusBarOrientationNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiapplication/didchangestatusbarorientationnotification
---

# didChangeStatusBarOrientationNotification

Posted when the orientation of the app’s user interface changes.

## Declaration

```swift
nonisolated class let didChangeStatusBarOrientationNotification: NSNotification.Name
```

## Discussion

Discussion The userInfo dictionary contains an NSNumber object that encapsulates a UIInterfaceOrientation value (see UIInterfaceOrientation). Use statusBarOrientationUserInfoKey to access this value

## See Also

### Deprecated notifications

- [willChangeStatusBarFrameNotification](uikit/uiapplication/willchangestatusbarframenotification.md)
- [didChangeStatusBarFrameNotification](uikit/uiapplication/didchangestatusbarframenotification.md)
- [willChangeStatusBarOrientationNotification](uikit/uiapplication/willchangestatusbarorientationnotification.md)
