Compartilhar via


UIViewController.WillAnimateFirstHalfOfRotation Método

Definição

Método preterido enviado durante a primeira metade de uma rotação. Em vez disso, os desenvolvedores de aplicativos devem usar WillAnimateRotation(UIInterfaceOrientation, Double).

[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

Parâmetros

toInterfaceOrientation
UIInterfaceOrientation

A nova orientação.

duration
Double

A duração da primeira metade da animação de rotação, em segundos.

Atributos

Comentários

As rotações de duas etapas foram preteridas e os desenvolvedores de aplicativos devem usar rotações de etapa única (consulte WillAnimateRotation(UIInterfaceOrientation, Double) ).

Quando esse método é chamado, o InterfaceOrientation é definido como a orientação antiga.

Aplica-se a