didChangeStatusBarOrientationNotification
Posted when the orientation of the app’s user interface changes.
Declaration
nonisolated class let didChangeStatusBarOrientationNotification: NSNotification.NameDiscussion
The userInfo dictionary contains an NSNumber object that encapsulates a UIInterfaceOrientation value (see UIInterfaceOrientation). Use statusBarOrientationUserInfoKey to access this value