Instance Method
collectionView(_:canDragItemsAt:) collectionView:canDragItemsAtIndexes: collectionView_canDragItemsAtIndexes_
Declaration
optional func collectionView(_ collectionView: BCCollectionView!, canDragItemsAt indexSet: IndexSet!) -> BoolDeclaration
- (BOOL) collectionView:(BCCollectionView *) collectionView canDragItemsAtIndexes:(NSIndexSet *) indexSet;Declaration
collectionView_canDragItemsAtIndexes_(collectionView: BCCollectionView, indexSet: NSIndexSet) -> bool