1
votes

I am looking for an answer to detect a mouse click within a NSCollectionView. So when there is a click in the NSCollectionView, I can let it do some stuff.

Thanks

1

1 Answers

0
votes

Subclass NSCollectionView and implement - (NSMenu *)menuForEvent:(NSEvent*)event