UIViewController.WillAnimateSecondHalfOfRotation 方法

定义

在轮换的后半部分发送的已弃用方法。 应用程序开发人员应改用 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

参数

fromInterfaceOrientation
UIInterfaceOrientation

旧方向。

duration
Double

旋转动画的后半部分的持续时间(以秒为单位)。

属性

注解

两步轮换已弃用,应用程序开发人员应改用单步轮换, (请参阅 WillAnimateRotation(UIInterfaceOrientation, Double) ) 。

调用此方法时,将 InterfaceOrientation 设置为新方向。

适用于