UIViewController.WillAnimateSecondHalfOfRotation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ローテーションの後半に送信された非推奨のメソッド。 アプリケーション開発者は、代わりに を使用 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 は新しい方向に設定されます。