SwiftUI List seems to add padding to internal elements – Ios swift
I'm trying to make a simple to-do list app and seem to be running up against some List View idiosyncracies. I have a View that produces this: struct TestView: View { var body: some View { VStack(alignment: .leading) { Text("Wash…