statusBarOrientationUserInfoKey
A key whose value indicates the current interface orientation.
Declaration
nonisolated class let statusBarOrientationUserInfoKey: StringDiscussion
The key’s value is an NSNumber object that encapsulates a UIInterfaceOrientation value indicating the current orientation. This key is used with didChangeStatusBarOrientationNotification and willChangeStatusBarOrientationNotification notifications.