I have some scenes set up and already embedded them in the navigation stack (see pic).

If I now duplicate the lower right segue, it doesn’t have the navigation bar (see pic below). I can set the top bar from “inferred” to “navigation bar”, but that won’t put it on the existing navigation stack (e.g. no back button etc.).
How can I get the new ViewController into the existing navigation stack?
Lots of thanks in advance.

i don’t know what order you did this in, but i find that if i duplicate the View Controller, and then just add a new segue from what you have as the Login Table View Controller to the duplicated view controller, the duplicated view controller will pick up the navigation bar and be part of the set of viewControllers .