UIApplicationDelegate.ChangedStatusBarFrame(UIApplication, CGRect) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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).