I have a tab controller that has 7 tabs on.
I am on a page called Device. The back button shows "< Devices"
Segue from any of the 4 tabs in view and the destination back button says "< Device" which is what I would expect.
If I however, click on the tab "MORE" button and select a tab from there called "Manage", if it segues to another view, the back button still says "< Devices", and the page header still says "Device".
If I reorder the tabs so the "Manage" isn't in the MORE (it is one of the 4 visible), if I click on the tab directly, it moves to the view, the header says "Manage" and the back button displays "< Device" as I would expect.
Why does a segue from the tab controller MORE menu behave differently to a seque from a visible tab?