# `BCCollectionView rangeOfVisibleItemsWithOverflow`

*Instance Method*

## Declaration

```swift
func rangeOfVisibleItemsWithOverflow() -> NSRange
```

```objc
- (NSRange) rangeOfVisibleItemsWithOverflow;
```

```python
rangeOfVisibleItemsWithOverflow() -> NSRange
```

