35.3 Designing the Launch Screen
The launch screen contains the content that appears when the application is starting up. The design for this screen is contained in the LaunchScreen.storyboard file which will have been generated automatically during the project creation process.
Load the file into Interface Builder and modify it to meet your requirements, including adding any images that may be required and keeping in mind that the layout must use Auto Layout and Size Classes to ensure that the layout appears correctly on all screen sizes. Note also that the layout is limited to UIKit classes and cannot include a WKWebView object.