Share via


UIView.PerformWithoutAnimation(Action) Method

Definition

[Foundation.Export("performWithoutAnimation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void PerformWithoutAnimation(Action actionsWithoutAnimation);
[<Foundation.Export("performWithoutAnimation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PerformWithoutAnimation : Action -> unit

Parameters

actionsWithoutAnimation
Action
Attributes

Applies to