Partager via


UIApplicationDelegate_Extensions.ChangedStatusBarFrame Méthode

Définition

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

[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

Paramètres

This
IUIApplicationDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

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

S’applique à