Start a project without storyboard | UIKit, Xcode 12 &Swift 5
When starting a new Xcode project you have two main options: starting with a SwiftUI interface or with the Storyboard. However, if you want to create your app entirely programmatically in UIKit, there are a few steps needed to set up your app!
