UITableView.PerformBatchUpdates(Action, Action<Boolean>) Metodo

Definizione

Applica e anima simultaneamente più manipolazioni dell'oggetto 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

Parametri

updates
Action

Aggiornamenti da eseguire.

Questo parametro può essere null.

completion
Action<Boolean>

Gestore da eseguire dopo il completamento degli aggiornamenti. Accetta un valore booleano che indica se tutte le animazioni sono completate.

Questo parametro può essere null.

Attributi

Si applica a