# `BCCollectionViewDelegate collectionViewShouldDrawSelections:`

*Instance Method*

## Declaration

```swift
optional func collectionViewShouldDrawSelections(_ collectionView: BCCollectionView!) -> Bool
```

```objc
- (BOOL) collectionViewShouldDrawSelections:(BCCollectionView *) collectionView;
```

```python
collectionViewShouldDrawSelections_(collectionView: BCCollectionView) -> bool
```

