NSCollectionView is a NSView subclass which provides basic functionality for displaying, arranging, grouping and manipulating graphical representations of collections of objects.
NSCollectionView
is a NSView
(nsview) subclass which provides basic functionality for displaying, arranging, grouping and manipulating graphical representations of collections of objects.
Xcode 7 introduced a new API for NSCollectionView
so that it can be implemented similarly to the iOS counterpart (UICollectionView
). In OS X 10.11+ you can access NSCollectionView using its datasource and delegate protocols.