---
title: storyboard
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uisceneconfiguration/storyboard
---

# storyboard

The storyboard object that contains your scene’s initial view controller.

## Declaration

```swift
var storyboard: UIStoryboard? { get set }
```

## Discussion

Discussion UIKit loads the initial view controller from the specified scene and displays it appropriately. UIKit sets this property’s initial value using the UISceneStoryboardFile key from the appropriate scene in your app’s Info.plist file.

## See Also

### Specifying the scene creation details

- [sceneClass](uikit/uisceneconfiguration/sceneclass.md)
- [delegateClass](uikit/uisceneconfiguration/delegateclass.md)
