次の方法で共有


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

回転アニメーションの後半の継続時間 (秒単位)。

属性

注釈

2 段階のローテーションは非推奨であり、アプリケーション開発者は代わりに単一ステップのローテーションを使用する必要があります (「」を参照)。WillAnimateRotation(UIInterfaceOrientation, Double)

このメソッドが呼び出されると、 InterfaceOrientation は新しい方向に設定されます。

適用対象