Is it possible to have a NSCollectionView
bound to a core data model (by NSArrayController
) and having the first item not to show the first item of NSArrayContoller
but a custom view (NSButton
)?
(The second item of the NSCollectionView
would then dislpay the NSArrayController
's first item.)