Partager via


UIView.PerformWithoutAnimation(Action) Méthode

Définition

Applique un ensemble de modifications à une vue avec une garantie que les animations ne seront pas utilisées.

[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

Paramètres

actionsWithoutAnimation
Action

Affichez le code de transition qui doit être exécuté sans animation.

Attributs

Remarques

L’utilisation de cette méthode est déconseillée. Les développeurs d’applications doivent préférer utiliser la UIViewPropertyAnimator classe pour animer les UIViews.

S’applique à