I am developing a SwiftUI app, there I added a custom splash screen, But now my app is showing 2 splash screens one is blank(the default one) and other is the one that I created.
How can I set the set App to Launch the App from my MainView.
In swift5, in storyboard view we can set this here
How to achieve this same functionality in swiftUI?
Actually I don't want to delete the splash permanently, I want to put my own custom splash displaying animated video without any video controllers.. e.g play, pause..etc.
Edit 1: Adding Same behavior of SwiftUI
Below is the current behavior of SwiftUI: , it is not showing any option to select...
Edit 2: Adding Project Navigator Screenshot





