Episode #472

Setting up Scene Delegates in Code

Series: Layout in Code

7 minutes
Published on January 21, 2021

This video is only available to subscribers. Get access to this video and 572 others.

When working on a project that doesn't use Storyboards, we have to create our window and root view controller manually. iOS 13 introduced the concept of Scene Delegates, which change how this is typically set up. In this episode we will review how to set up a new project, remove the storyboard references, and set up the window and root view controller in code.

This episode uses Swift 5.3, Xcode 12.3.