I have a standard List only with one Text and on the right side the arrow for navigation. But after the list is loading and appeared at Screen, the list addapt the cells I think
List { ForEach(items) {(item) in NavigationLink(destination:Destination()) { Text("example") } } }.listStyle(InsetListStyle())
The .listStyle(InsetListStyle()) helped me to solve the problem in XCode12.
.listStyle(InsetListStyle())