
This video is only available to subscribers. Start a subscription today to get access to this and 477 other videos.
Setting up Scene Delegates in Code
Episode
#472
|
7 minutes
| published on
January 21, 2021
| Uses Xcode-12.3, Swift-5.3
Subscribers Only
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 is part of a series: Layout in Code.