# `GSWindowController.activeViewController`

*Instance Property*

## Declaration

```swift
unowned(unsafe) var activeViewController: GSGlyphViewController? { get }
```

```objc
@property (nonatomic, unsafe_unretained, readonly) GSGlyphViewController * activeViewController;
```

```python
activeViewController() -> GSGlyphViewController
```

