Skip to content

Releases: TheNounProject/CollectionView

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

Choose a tag to compare

@WCByrne WCByrne released this 13 Aug 19:15
3a32809

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

Choose a tag to compare

@WCByrne WCByrne released this 24 Jul 00:45
4dbcb1f
  • 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

Choose a tag to compare

@WCByrne WCByrne released this 24 Apr 21:39
9ea270d

CollectionViewProvider now manages state and updates for collapsable sections.

2.0

2.0

Choose a tag to compare

@WCByrne WCByrne released this 14 Mar 23:06

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

Choose a tag to compare

@WCByrne WCByrne released this 27 Feb 21:04
1.1

Swift 4

Swift 3

Choose a tag to compare

@WCByrne WCByrne released this 07 Sep 04:15
1.0

Docs