UIApplicationDelegate_Extensions.DidChangeStatusBarOrientation 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 l’orientation de la barre d’état a changé.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidChangeStatusBarOrientation (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, UIKit.UIInterfaceOrientation oldStatusBarOrientation);
static member DidChangeStatusBarOrientation : UIKit.IUIApplicationDelegate * UIKit.UIApplication * UIKit.UIInterfaceOrientation -> unit
Paramètres
Instance sur laquelle cette méthode d’extension fonctionne.
- application
- UIApplication
Référence à l’UIApplication qui a appelé cette méthode de délégué.
- oldStatusBarOrientation
- UIInterfaceOrientation
Orientation précédente de la barre d’état.
- Attributs