共用方式為


UICollectionView.DeleteSections(NSIndexSet) 方法

定義

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) 方法。

適用於