I have a few views arranged as navigation pages with the standard back buttons, titles, etc. Initially the automatically provided back button had the title of the preceding page, but when I added a title to the destination page, the title of the page you're going back to disappeared. I would like to have both the local title and the back button label. How can I ensure that? Space isn't a problem as the strings are relatively short and the smallest screen I'm dealing with is an iPad.
How to get NavigationLink back button text back?
I've been looking for an answer to this. My impression was that it might be a bug: the NavigationView cannot decide which title to put as the back button text. In my case, the back button image "flickers" as well, adjusting its position.