UICollectionView.DeleteSections(NSIndexSet) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 UICollectionView 刪除一或多個區段。
[Foundation.Export("deleteSections:")]
public virtual void DeleteSections (Foundation.NSIndexSet sections);
abstract member DeleteSections : Foundation.NSIndexSet -> unit
override this.DeleteSections : Foundation.NSIndexSet -> unit
參數
- sections
- NSIndexSet
, NSIndexSet 指定要刪除的區段。
- 屬性
備註
刪除之後, UICollectionView 會視需要以動畫顯示版面配置。
如果應用程式開發人員想要協調數個沒有個別動畫的更新,他們可以使用 PerformBatchUpdates(Action, UICompletionHandler) 方法。