Update SwiftUI

This commit is contained in:
dima.avdeev 2023-08-28 13:25:07 +03:00 committed by GitHub
parent 6a8fafa9a6
commit d9921dceae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,7 @@ import SwiftUI
struct iOSApp: App { struct iOSApp: App {
var body: some Scene { var body: some Scene {
WindowGroup { WindowGroup {
ZStack { ContentView()
Color.white.ignoresSafeArea(.all) // status bar color
ContentView()
}
} }
} }
} }