willChangeStatusBarOrientationNotification
Posted when the app is about to change the orientation of its interface.
Declaration
nonisolated class let willChangeStatusBarOrientationNotification: NSNotification.NameDiscussion
The userInfo dictionary contains an NSNumber that encapsulates a UIInterfaceOrientation value (see UIInterfaceOrientation). Use statusBarOrientationUserInfoKey to access this value.