Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support NSCollectionView sections #94

Open
2 tasks done
helje5 opened this issue Jan 20, 2020 · 1 comment
Open
2 tasks done

Support NSCollectionView sections #94

helje5 opened this issue Jan 20, 2020 · 1 comment

Comments

@helje5
Copy link

helje5 commented Jan 20, 2020

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 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.

@ra1028
Copy link
Owner

ra1028 commented Mar 31, 2020

Thanks @helje5 .
Sorry for my late reply.
I agree with that, but I'm not familiar with AppKit.
Feel free to make a pull-request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants