Skip to content

Releases: TheNounProject/CollectionView

Reloading sections, open proxy, and context observer (SwiftLint)

13 Aug 19:15
3a32809
Compare
Choose a tag to compare

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

24 Jul 00:45
4dbcb1f
Compare
Choose a tag to compare
  • 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

24 Apr 21:39
9ea270d
Compare
Choose a tag to compare

CollectionViewProvider now manages state and updates for collapsable sections.

2.0

14 Mar 23:06
Compare
Choose a tag to compare
2.0

An all new results controller brings improved performance and accuracy. The collection view manipulation logic has also been rewritten, fixing a few bugs and improving performance.

Swift 4

27 Feb 21:04
Compare
Choose a tag to compare
1.1

Swift 4

Swift 3

07 Sep 04:15
Compare
Choose a tag to compare
1.0

Docs