---
title: didChangeStatusBarFrameNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiapplication/didchangestatusbarframenotification
---

# didChangeStatusBarFrameNotification

Posted when the frame of the status bar changes.

## Declaration

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

## Discussion

Discussion The userInfo dictionary contains an NSValue object that encapsulates a CGRect structure expressing the location and size of the new status bar frame. Use statusBarFrameUserInfoKey to access this value.

## See Also

### Deprecated notifications

- [willChangeStatusBarFrameNotification](uikit/uiapplication/willchangestatusbarframenotification.md)
- [willChangeStatusBarOrientationNotification](uikit/uiapplication/willchangestatusbarorientationnotification.md)
- [didChangeStatusBarOrientationNotification](uikit/uiapplication/didchangestatusbarorientationnotification.md)
