In iOS 13 many apps have the navigationBarItems aligned horizontally with the navigationBarTitle.
WHAT I WANT
RESULTS I GOT
How do you achieve the same result in SwiftUI?
I have tried using some .top padding but when you scroll the "+" button does not move.
Thanks!