Is there any way to change this without using a toolbar item, and instead changing it something like this:
which I can’t seem to get working yet.
Code Block Swift .onAppear { UINavigationBar().backItem?.title = "Title" // also tried this UINavigationController().navigationBar.backItem?.title = "Title" }
which I can’t seem to get working yet.