Freigeben über


UIApplicationDelegate_Extensions.DidChangeStatusBarOrientation Methode

Definition

Gibt an, dass sich die Ausrichtung der Statusleiste geändert hat.

[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

Parameter

This
IUIApplicationDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

application
UIApplication

Verweis auf die UIApplication, die diese Delegatmethode aufgerufen hat.

oldStatusBarOrientation
UIInterfaceOrientation

Die vorherige Ausrichtung der Statusleiste.

Attribute

Gilt für: