UICollectionView.InsertItems(NSIndexPath[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
視需要在 中 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 同時發生。