SwiftUI disable list border iOS 14 [duplicate]
问题 This question already has an answer here : SwiftUI iOS14 - NavigationView + List - Won't fill space (1 answer) Closed 3 months ago . I found the list in SwiftUI iOS 14 will have something like border if the view contained navigationView. Is there any solution to disable the border? Coz the border break the design of my application. Here is the code that contained no NavigationView inside the code. struct ContentView: View { @State var isPresent = false var body: some View { let first =