# `BCCollectionView viewControllerForItemAtIndex:`

*Instance Method*

## Declaration

```swift
func viewControllerForItem(at idx: UInt) -> NSViewController!
```

```objc
- (NSViewController *) viewControllerForItemAtIndex:(NSUInteger) idx;
```

```python
viewControllerForItemAtIndex_(idx: int) -> NSViewController
```

