【发布时间】:2011-01-22 18:50:32
【问题描述】:
我需要在 NSCollectionView 中拖放。
所以我查看了 Apple 的代码示例: https://developer.apple.com/library/mac/#samplecode/IconCollection/Introduction/Intro.html
有一种拖动方法。但它不起作用。
我添加了以下方法但没有结果:
-(BOOL) collectionView:(NSCollectionView *)collectionView canDragItemsAtIndexes:(NSIndexSet *)indexes withEvent:(NSEvent *)event {
return YES;
}
委托已设置。
有人知道解决办法吗?
【问题讨论】: