Reputation: 2092
How to add sections to NSCollectionView?
Upvotes: 1
Views: 522
Reputation: 3877
The WWDC 2015 Session 225 video covers this, albeit without storyboards. One thing that’s not immediately obvious when looking at it is you no longer use Cocoa bindings to get at the data, but instead use a dataSource, similar to how iOS does it (and the more traditional way it was done in OS X).
Upvotes: 1