---
title: Configuring a WatchKit Scene in a Storyboard
framework: watchkit
role: article
role_heading: Article
path: watchkit/configuring-a-watchkit-scene-in-a-storyboard
---

# Configuring a WatchKit Scene in a Storyboard

Xcode lets you configure information about your SpriteKit Scene in your storyboard file. The following table lists the attributes you can configure in your storyboard and their meaning.

## Overview

Overview  |   |   |   |  Enabling Full Screen Mode By default, when a watchOS app is running, the system reserves a strip of space across the top of the screen to display the time. The app’s content is only displayed in the area below the time. In watchOS 4 and later, SpriteKit and SceneKit scenes can fill the full screen. When full screen mode is enabled, the SpriteKit or SceneKit scene extends up, under the time. The system still displays the time in the upper-right corner with a gradient behind it, making it clearly visible against the scene. To enable full screen mode, place a SpriteKit or SceneKit scene as the interface controller’s only content. Then, in the interface controller’s Attribute inspector, enable the Full Screen attribute.
