Tab bar controller inside a navigation controller, how to push new viewcontrollers to the tabcontroller?
问题 Design requirement: Show a list of items the user can pick from After having picked an item, bring the user to a new view with a back button. The new view should contain a list of tabs at the bottom that are not present in the first screen When clicking an item in the tabs, a new screen should appear with a back button and the tabs should still be visible at the bottom. Clicking a tab should take the user back up the hierarchy to #2. Not to the first screen. I have tried following structure: