Compartilhar via


UIViewController.WillAnimateSecondHalfOfRotation Método

Definição

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

[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

Parâmetros

fromInterfaceOrientation
UIInterfaceOrientation

A orientação antiga.

duration
Double

A duração da segunda 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 nova orientação.

Aplica-se a