UITableView.PerformBatchUpdates(Action, Action<Boolean>) 方法

定义

应用并同时对 的 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

参数

updates
Action

要执行的更新。

此参数可以为 null

completion
Action<Boolean>

更新完成后要运行的处理程序。 采用一个布尔值,该值指示是否完成所有动画。

此参数可以为 null

属性

适用于