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

# storyboard

The storyboard from which the view controller was loaded.

## Declaration

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

## Discussion

Discussion If the view controller was not loaded from a storyboard, the value of this property is nil.

## See Also

### Using a Storyboard

- [dismiss(_:)](appkit/nsviewcontroller/dismiss(_:)-3n76y.md)
