Prior to (I think) watchOS 10, my navigation title was at the top of the screen, vertically aligned with the time, to its left.
At some point (I think in watchOS 10) the navigation title became right-aligned and just below the clock. (I'm hiding the back button).
I've tried many variations in my SwiftUI code, but haven't been able to restore the original placement of the navigation title. This messed up the placement of my main content, so I've had to remove the navigation title on many of my app screens.
Does anyone know how to place the navigation title in the upper left as it used to be? This is just wasted space now.