Instance Method
collectionView(_:removeItemsAt:) collectionView:removeItemsAtIndexPaths: collectionView_removeItemsAtIndexPaths_
Declaration
func collectionView(_ collectionView: NSCollectionView, removeItemsAt selectionIndexPaths: Set<IndexPath>)Declaration
- (void) collectionView:(NSCollectionView *) collectionView removeItemsAtIndexPaths:(NSSet<NSIndexPath *> *) selectionIndexPaths;Declaration
collectionView_removeItemsAtIndexPaths_(collectionView: NSCollectionView, selectionIndexPaths: set[NSIndexPath])