There are two ways of creating layout on iOS. First, using readymade storyboard
provided by Xcode when you create a new project. And second, by manually
creating a UIViewController subclass and assigning it to UIWindow object as a
rootViewController in AppDelegate class.
However, things have changed since Xcode 11 and