UIApplicationDelegate_Extensions.WillChangeStatusBarOrientation Method

Definition

Indicates that the orientation of the status bar is about to change.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillChangeStatusBarOrientation (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, UIKit.UIInterfaceOrientation newStatusBarOrientation, double duration);
static member WillChangeStatusBarOrientation : UIKit.IUIApplicationDelegate * UIKit.UIApplication * UIKit.UIInterfaceOrientation * double -> unit

Parameters

This
IUIApplicationDelegate

The instance on which this extension method operates.

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

newStatusBarOrientation
UIInterfaceOrientation
duration
Double
Attributes

Applies to