Share via


UIApplicationDelegate_Extensions.WillChangeStatusBarOrientation Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillChangeStatusBarOrientation(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, UIKit.UIInterfaceOrientation newStatusBarOrientation, double duration);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillChangeStatusBarOrientation : UIKit.IUIApplicationDelegate * UIKit.UIApplication * UIKit.UIInterfaceOrientation * double -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

newStatusBarOrientation
UIInterfaceOrientation
duration
Double
Attributes

Applies to