Contents

didChangeStatusBarFrameNotification

Posted when the frame of the status bar changes.

Declaration

nonisolated class let didChangeStatusBarFrameNotification: 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