setDraggingSourceOperationMask(_:forLocal:)
Configures the drag operation mask.
Declaration
func setDraggingSourceOperationMask(_ dragOperationMask: NSDragOperation, forLocal localDestination: Bool)Parameters
Discussion
This method configures the default value returned from draggingSourceOperationMaskForLocal:. By default, this method returns every when localDestination is true and NSDragOperationNone when localDestination is false. NSCollectionView will save the values you set for each localDestination value.
You typically will invoke this method, and not override it.