Freigeben über


UIApplicationDelegate_Extensions.ChangedStatusBarFrame Methode

Definition

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

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

Parameter

This
IUIApplicationDelegate

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

application
UIApplication

Verweis auf die UIApplication, die diese Delegatmethode aufgerufen hat.

oldStatusBarFrame
CGRect

Der vorherige Frame der Statusleiste.

Attribute

Gilt für: