共用方式為


UIView.PerformWithoutAnimation(Action) 方法

定義

將一組變更套用至檢視,保證不會使用動畫。

[Foundation.Export("performWithoutAnimation:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void PerformWithoutAnimation (Action actionsWithoutAnimation);
static member PerformWithoutAnimation : Action -> unit

參數

actionsWithoutAnimation
Action

檢視在沒有動畫的情況下執行的轉換程式碼。

屬性

備註

不建議使用此方法。 應用程式開發人員應該偏好使用 UIViewPropertyAnimator 類別來建立 UIView 的動畫效果。

適用於