I have a collection view and each item has an image and a label. I want to click the NSCollectionViewItem
or NSImage
and then hide the collection view and display a completely separate view containing the details of the object that was clicked.
I cant find any documentation on how to handle click events in this situation. How is this possible? I have built out the collection view in Interface Builder so everything was done via bindings as opposed to code.