I have a menu, which is just a tableview on a tab. When you select one of the table cells it segues to a viewcontroller that is embedded in a navigation controller. i have added a 'Done' button to this navigation controller and created a segue back to the menu. however now the menu doesn't show the tabBar and it now shows a navigation bar with a 'Back" button on it.
This is the menu (part of tab bar) just a table view
This is the pages shown when clicking tableview cell
This is the menu again after clicking 'Done'
when clicking done i wanted it to go back to the menu as it was shown in the first screenshot. i was trying to use the interface builder for this but guess i could create a class and go back to the menu via code.
Any ideas how to fix this?
----- EDIT -----
This is support page without 'Done' button
------ EDIT -----
this is the flow layout, sorry its messy working on small screen laptop atm







