Contents

willChangeStatusBarFrameNotification

Posted when the app is about to change the frame of the status bar.

Declaration

nonisolated class let willChangeStatusBarFrameNotification: NSNotification.Name

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