Releases: TheNounProject/CollectionView
Releases · TheNounProject/CollectionView
Reloading sections, open proxy, and context observer (SwiftLint)
This release fixes a few bugs with reload items and adds a method to reload entire sections.
The CollectionViewProxy internals have also been exposed to allow for custom use to update a collection view. This lands well with the new ContextObserver class which can be used to observe changes in a managed object context and handle them as needed.
Preview, Performance & Tests
- Preview controller now dismisses with a pinch gesture
- All new internals for column and list layouts are up to 95% faster
- Flow layout also includes some performance improvements
- Tests for provided layouts
- Updated example app now includes a column view to demo column layout
Collapsable Sections
CollectionViewProvider now manages state and updates for collapsable sections.