It seems there is no scene delegate in the latest swift ui version. Can anyone help me set my root page of my application please?
Thank you from now on.
Thank you from now on.
Do you mean some app template created by Xcode 12?It seems there is no scene delegate in the latest swift ui version.
Code Block import SwiftUI @main struct LandmarkBookSwiftUIApp: App { var body: some Scene { WindowGroup { //add the name of the first view you want to show. } } }