In MacOS X, when you drag files over the file list view in Finder, it displays a blue frame around the file list, to indicate the possibility of drop. How does one create an effect like this in a Cocoa MacOS X app? Mine has a NSScrollView
with a NSTableView
in it, the dragging destination logic is in the window controller.
objective c - How does MacOS Finder highlight the file list when files are dragged over it? - Stack Overflow
评论列表(0)
- 暂无评论