SwiftUI – Adding title between navigation bar button items on a modal
I have a view which I present as a modal view. In this view, I wish to have a button on the top left, another button on the top right and a text horizontally centered between both the buttons. I was able to place the buttons correctly using "navigationBarItems", but it doesn’t allow me to… Read More SwiftUI – Adding title between navigation bar button items on a modal