UIView.PerformWithoutAnimation(Action) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.