How to add launch screen in SwiftUI project
Issue #927 For a plain SwiftUI project, Xcode will generate a Info.plist file once you start to edit the Info tab in target settings. There is a Launch screen (UILaunchScreen) key by default. It has a UILaunchScreen which we don’t need to so we can safely remove it. What we need is a background color and an image. Click the + button next to Launch Screen and type to add Image Name (UIImageName) and Background color (UIColorName)...