Partager via


UIApplicationDelegate.ChangedStatusBarFrame(UIApplication, CGRect) Méthode

Définition

Indique que le Frame de la barre d’état a changé.

[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

Paramètres

application
UIApplication

Référence à l’UIApplication qui a appelé cette méthode déléguée.

oldStatusBarFrame
CGRect

Cadre précédent de la barre d’état.

Attributs

Remarques

Une fois cette méthode terminée, le système publie un UIApplicationDidChangeStatusBarFrameNotification (voir ObserveDidChangeStatusBarFrame).

S’applique à