# `BCCollectionViewDelegate collectionView:menuForItemsAtIndexes:`

*Instance Method*

## Declaration

```swift
optional func collectionView(_ collectionView: BCCollectionView!, menuForItemsAt indexSet: IndexSet!) -> NSMenu!
```

```objc
- (NSMenu *) collectionView:(BCCollectionView *) collectionView menuForItemsAtIndexes:(NSIndexSet *) indexSet;
```

```python
collectionView_menuForItemsAtIndexes_(collectionView: BCCollectionView, indexSet: NSIndexSet) -> NSMenu
```

