Highlighting `NSImageView` the right way
Recently I have been working on a small Cocoa app and one of the things I
needed to do was highlight an NSImageView
when the user is hovering above it
while dragging a file. You would think that it's a very simple task, and you
would be right, but judging by some of the things on the internet it looks like
an unsolved problem.