Partager via


UIViewController.WillAnimateFirstHalfOfRotation Méthode

Définition

Méthode dépréciée envoyée pendant la première moitié d’une rotation. Les développeurs d’applications doivent utiliser WillAnimateRotation(UIInterfaceOrientation, Double)à la place .

[Foundation.Export("willAnimateFirstHalfOfRotationToInterfaceOrientation:duration:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillAnimateFirstHalfOfRotation (UIKit.UIInterfaceOrientation toInterfaceOrientation, double duration);
abstract member WillAnimateFirstHalfOfRotation : UIKit.UIInterfaceOrientation * double -> unit
override this.WillAnimateFirstHalfOfRotation : UIKit.UIInterfaceOrientation * double -> unit

Paramètres

toInterfaceOrientation
UIInterfaceOrientation

Nouvelle orientation.

duration
Double

Durée de la première moitié de l’animation de rotation, en secondes.

Attributs

Remarques

Les rotations en deux étapes sont déconseillées et les développeurs d’applications doivent utiliser des rotations en une seule étape (voir WillAnimateRotation(UIInterfaceOrientation, Double) ).

Lorsque cette méthode est appelée, est InterfaceOrientation défini sur l’ancienne orientation.

S’applique à