UITableView.PerformBatchUpdates(Action, Action<Boolean>) Méthode

Définition

Applique et anime simultanément plusieurs manipulations du UITableView.

[Foundation.Export("performBatchUpdates:completion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PerformBatchUpdates (Action updates, Action<bool> completion);
abstract member PerformBatchUpdates : Action * Action<bool> -> unit
override this.PerformBatchUpdates : Action * Action<bool> -> unit

Paramètres

updates
Action

Mises à jour à effectuer.

Ce paramètre peut être null.

completion
Action<Boolean>

Gestionnaire à exécuter une fois les mises à jour terminées. Prend une valeur booléenne qui indique si toutes les animations se sont terminées.

Ce paramètre peut être null.

Attributs

S’applique à