UIViewController.WillAnimateFirstHalfOfRotation 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在旋轉前半部傳送的已被取代的方法。 應用程式開發人員應該改用 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
參數
- toInterfaceOrientation
- UIInterfaceOrientation
新的方向。
- duration
- Double
旋轉動畫前半部的持續時間,以秒為單位。
- 屬性
備註
雙步驟輪替已被取代,應用程式開發人員應該改用單一步驟輪替, (請參閱 WillAnimateRotation(UIInterfaceOrientation, Double) ) 。
呼叫這個方法時,會 InterfaceOrientation 設定為舊的方向。