Article sections

    The launch screen is the first screen that appears when an app launches. It commonly appears for a short moment before the splash screen starts.

    The default color for this screen is white. You can change the colour to match your splash screen background color for a more seamless opening sequence if you like.

     

    To do this:

    1. Open your app in Xcode
    2. Open the LaunchScreen storyboard under the “WebView” folder
    3. On the left-hand side of the storyboard view, go to “View Controller Scene” > “View Controller” > and open “View”
    4. This will show options on the right-hand side, including an option to change the “Background” color. Use this setting to adjust the color to your liking

    In the example screenshot below, the launch screen color has been changed to blue.

    A screenshot of the LaunchScreen storyboard screen in Xcode, showing the option to change the background color

    in WebViewGold for iOS