Freigeben über


UIApplicationDelegate.ChangedStatusBarFrame(UIApplication, CGRect) Methode

Definition

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

[Foundation.Export("application:didChangeStatusBarFrame:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ChangedStatusBarFrame (UIKit.UIApplication application, CoreGraphics.CGRect oldStatusBarFrame);
abstract member ChangedStatusBarFrame : UIKit.UIApplication * CoreGraphics.CGRect -> unit
override this.ChangedStatusBarFrame : UIKit.UIApplication * CoreGraphics.CGRect -> unit

Parameter

application
UIApplication

Verweis auf die UIApplication, die diese Delegatmethode aufgerufen hat.

oldStatusBarFrame
CGRect

Der vorherige Frame der Statusleiste.

Attribute

Hinweise

Nachdem diese Methode beendet ist, stellt das System ein UIApplicationDidChangeStatusBarFrameNotification (siehe ObserveDidChangeStatusBarFrame).

Gilt für: