willChangeStatusBarFrameNotification
Posted when the app is about to change the frame of the status bar.
Declaration
nonisolated class let willChangeStatusBarFrameNotification: NSNotification.NameDiscussion
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.