共用方式為


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

屬性

適用於