Xcode – Centering DatePicker inside a section
Hello! I am trying to center the DatePicker inside the Section in SwiftUI. The screenshot shows the current display and desired display. I've attempted the following and it doesn't seem to work: putting DatePicker in VStack with .alignment as centered,…