Instance Method
collectionView(_:deleteItemsAt:) collectionView:deleteItemsAtIndexes: collectionView_deleteItemsAtIndexes_
Declaration
optional func collectionView(_ collectionView: BCCollectionView!, deleteItemsAt indexSet: IndexSet!)Declaration
- (void) collectionView:(BCCollectionView *) collectionView deleteItemsAtIndexes:(NSIndexSet *) indexSet;Declaration
collectionView_deleteItemsAtIndexes_(collectionView: BCCollectionView, indexSet: NSIndexSet)