---
title: storyboard
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindowcontroller/storyboard
---

# storyboard

The storyboard file from which the window controller was loaded.

## Declaration

```swift
var storyboard: NSStoryboard? { get }
```

## Discussion

Discussion The value of this property is nil if the window controller was not loaded from a storyboard.

## See Also

### Getting Nib and Storyboard Information

- [owner](appkit/nswindowcontroller/owner.md)
- [windowNibName](appkit/nswindowcontroller/windownibname.md)
- [windowNibPath](appkit/nswindowcontroller/windownibpath.md)
