共用方式為


UICollectionView.InsertItems(NSIndexPath[]) 方法

定義

視需要在 中 UICollectionView 建立新的儲存格。

[Foundation.Export("insertItemsAtIndexPaths:")]
public virtual void InsertItems (Foundation.NSIndexPath[] indexPaths);
abstract member InsertItems : Foundation.NSIndexPath[] -> unit
override this.InsertItems : Foundation.NSIndexPath[] -> unit

參數

indexPaths
NSIndexPath[]

NSIndexPath 陣列,表示所需的插入位置。

屬性

備註

呼叫這個方法會從 觸發配置資訊 CollectionViewLayout 的要求。 如果結果包含可見元素,則會透過 DataSource 填入這些元素,並在畫面上以動畫顯示。

如果在傳遞至 PerformBatchUpdates(Action, UICompletionHandler) 方法的 Action 委派內呼叫這個方法,動畫將會與 的其他操作 UICollectionView 同時發生。

適用於