Instance Method
collectionView(_:writeItemsAt:to:) collectionView:writeItemsAtIndexes:toPasteboard: collectionView_writeItemsAtIndexes_toPasteboard_
Declaration
optional func collectionView(_ collectionView: BCCollectionView!, writeItemsAt indexSet: IndexSet!, to pboard: NSPasteboard!)Declaration
- (void) collectionView:(BCCollectionView *) collectionView writeItemsAtIndexes:(NSIndexSet *) indexSet toPasteboard:(NSPasteboard *) pboard;Declaration
collectionView_writeItemsAtIndexes_toPasteboard_(collectionView: BCCollectionView, indexSet: NSIndexSet, pboard: NSPasteboard)