Partager via


UIViewController.DidRotate(UIInterfaceOrientation) Méthode

Définition

Appelé après la rotation de l’interface utilisateur.

[Foundation.Export("didRotateFromInterfaceOrientation:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use Adaptive View Controllers instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidRotate (UIKit.UIInterfaceOrientation fromInterfaceOrientation);
abstract member DidRotate : UIKit.UIInterfaceOrientation -> unit
override this.DidRotate : UIKit.UIInterfaceOrientation -> unit

Paramètres

fromInterfaceOrientation
UIInterfaceOrientation

Orientation précédente.

Attributs

Remarques

Le développeur d’applications peut remplacer cette méthode pour effectuer une logique de rotation au-delà de ce qui est fourni par la rotation automatique, par exemple, en recalculant des paramètres de dessin coûteux, en modifiant et en redémarrant la lecture multimédia, etc.

Lorsque cette méthode est appelée, la InterfaceOrientation propriété a déjà été définie sur le nouveau UIInterfaceOrientation.

S’applique à