You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NSCollectionViewreload extension method doesn't support sections.
Motivation and Context
Would be nice to have sections, just like on iOS :-)
Proposed Solution
Unlike #93 (NSTableView section support) this one should be an almost exact copy of the UICollectionView.reload implementation? AFAIK the NSCollectionView essentially works the same, at least since ~10.12. (The main difference is that NSCollectionView uses VCs instead of plain views as items, but that doesn't matter here). deleteSections/insertSections etc. are all available.
The text was updated successfully, but these errors were encountered:
Checklist
Description
The
NSCollectionView
reload
extension method doesn't support sections.Motivation and Context
Would be nice to have sections, just like on iOS :-)
Proposed Solution
Unlike #93 (NSTableView section support) this one should be an almost exact copy of the
UICollectionView.reload
implementation? AFAIK theNSCollectionView
essentially works the same, at least since ~10.12. (The main difference is that NSCollectionView uses VCs instead of plain views as items, but that doesn't matter here).deleteSections
/insertSections
etc. are all available.The text was updated successfully, but these errors were encountered: