TheNounProject / CollectionView

An easy to use, highly customizable replacement for NSCollectionView.
MIT License
121 stars 16 forks source link

Results Controller Rewrite #7

Closed WCByrne closed 6 years ago

WCByrne commented 6 years ago

Results Controller

A big rewrite of ResultsController centralizes logic in a base controller and allows usage with entities other than Core Data.

This does impose some breaking changes, including:

CollectionViewProvider [WIP]

View Source This new class helps wrap up the common connection between a results controller and a collection view. Because MutableResultsController can also be used with any class and manual updates are pushed through to the delegate working with any data set can be easy and consistent.

Example App

The example app has been rewritten to support the results controller changes along with some UI improvements


Also, more tests 🎉