Contents

didChangeStatusBarOrientationNotification

Posted when the orientation of the app’s user interface changes.

Declaration

nonisolated class let didChangeStatusBarOrientationNotification: NSNotification.Name

Discussion

The userInfo dictionary contains an NSNumber object that encapsulates a UIInterfaceOrientation value (see UIInterfaceOrientation). Use statusBarOrientationUserInfoKey to access this value

See Also

Deprecated notifications