Contents

statusBarOrientationUserInfoKey

A key whose value indicates the current interface orientation.

Declaration

nonisolated class let statusBarOrientationUserInfoKey: String

Discussion

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.

See Also

Deprecated properties