# `GSWindowController viewControllerAtIndex:`

*Instance Method*

## Declaration

```swift
func viewController(at idx: Int) -> Any
```

```objc
- (id) viewControllerAtIndex:(NSInteger) idx;
```

```python
viewControllerAtIndex_(idx: int) -> object
```

