Given this code :
import SwiftUI struct ContentView : View { var body: some View { VStack(alignment: .leading) { Text(\"Title\")
use this
.edgesIgnoringSafeArea(.all)