Share via


UIApplicationDelegate_Extensions.DidChangeStatusBarOrientation Method

Definition

Indicates that the orientation of the status bar has changed.

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

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

oldStatusBarOrientation
UIInterfaceOrientation

The status bar's previous orientation.

Attributes

Applies to