Today I got a little confused when my Start Over button didn’t show up. I had added navigationBarItems(leading:)
as a modifier on the outside of the NavigationView()
. Xcode didn’t complain, but also didn’t show it. It needed to be on the inside of NavigationView()
.