Remove top padding from List
Firstly, I would say that GroupedListStyle is working as intended. On iOS, the grouped list style displays a larger header and footer than the plain style, which visually distances the members of different sections. You say you have tried this, but it does work for me (Xcode 12.5.1): List { … } .onAppear(perform: { UITableView.appearance().contentInset.top … Read more