struct ContentView: View { var body: some View { ZStack { Color.red .edgesIgnoringSafeArea(.all) } } }