Contents

willChangeStatusBarOrientationNotification

Posted when the app is about to change the orientation of its interface.

Declaration

nonisolated class let willChangeStatusBarOrientationNotification: NSNotification.Name

Discussion

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

See Also

Deprecated notifications