UICollectionView.PerformBatchUpdates(Action, UICompletionHandler) メソッド

定義

の複数の操作を適用および同時にアニメーション化します UICollectionView

[Foundation.Export("performBatchUpdates:completion:")]
public virtual void PerformBatchUpdates (Action updates, UIKit.UICompletionHandler completed);
abstract member PerformBatchUpdates : Action * UIKit.UICompletionHandler -> unit
override this.PerformBatchUpdates : Action * UIKit.UICompletionHandler -> unit

パラメーター

updates
Action

Action適用する更新プログラムを指定するデリゲート。

completed
UICompletionHandler

アニメーションが完了したときに呼び出すコールバック。

このパラメーターは、null に設定できます。

属性

適用対象