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 をアニメーション化する必要があります。

適用対象