Cannot drag onto image in NSCollectionViewItem
问题 I am designing a folder browser application similar to Finder. I want to enable users to drag files from outside the application and drop them onto a folder within my application, causing the dragged items to be added into that folder. My custom NSCollectionViewItem object, ArchiveCollectionViewItem , consists of a single NSImageView and a NSTextField . The image view is connected to the ArchiveCollectionViewItem 's imageView outlet and the text field is connected to the textField outlet. In