UIApplicationDelegate_Extensions.DidChangeStatusBarOrientation Method

Definition

Indicates that the orientation of the status bar has changed.

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

Parameters

This
IUIApplicationDelegate

The instance on which this extension method operates.

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

oldStatusBarOrientation
UIInterfaceOrientation

The status bar's previous orientation.

Attributes

Applies to