Partager via


UIViewController.WillAnimateSecondHalfOfRotation Méthode

Définition

Méthode déconseillée envoyée pendant la deuxième moitié d’une rotation. Les développeurs d’applications doivent utiliser WillAnimateRotation(UIInterfaceOrientation, Double)à la place .

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

Paramètres

fromInterfaceOrientation
UIInterfaceOrientation

L’ancienne orientation.

duration
Double

Durée de la deuxième 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, le InterfaceOrientation est défini sur la nouvelle orientation.

S’applique à