I have a NSWindowController
that contains several NSViewControllers
. I would like to universally accept drag and drop events with the NSWindowController class and not be intercepted by other views such as NSTextView
(contained in a NSViewController
)
How can I tell NSTextView
to ignore the drag & drop event?