Decided against using the SwiftUI Form layout for Trip Planner options and created a more traditional macOS layout. This is the before/after. I don't care for modern layouts becoming more List-y. It's lazy design.

#SwiftUI #UIDesign #UX #macOS

@marioguzman I don't have much experience with #SwiftUI on the #macOS, but did you have to redraw the controls so they look traditional?
@renaudpradenc nope. Doing any control that is available on a platform will draw specifically for its platform. So “Button” will look like AppKit on macOS and UIKit on iOS, etc. 😊