Hi! I’m using swiftui and the latest version of Xcode to build an app. I’ve followed this video of Chris’s Firebase Authentication Tutorial 2020 - Custom iOS Login Page (Swift) - YouTube but when I try running the app on an iPhone 11 simulator, only a blank page shows up.
Whereas Chris can see the first login/signup page when he does it.
I have added pictures of the code for one of the view controllers (they are all set up the same).
Over on the right hand Inspector panel, select the “Attributes Inspector” icon and then look down the list of attributes till you see the ViewController group. Where you see “Is Initial View Controller”, ensure that it is checked.
By setting that as the initial View Controller, that indicates the entry point for the Application and when you now run the App on your simulator you should see the initial screen.