Declaration

optional func collectionView(_ collectionView: BCCollectionView!, deleteItemsAt indexSet: IndexSet!)

Declaration

- (void) collectionView:(BCCollectionView *) collectionView deleteItemsAtIndexes:(NSIndexSet *) indexSet;

Declaration

collectionView_deleteItemsAtIndexes_(collectionView: BCCollectionView, indexSet: NSIndexSet)