I read the thread NavigationBar inside TabBarController, but it is still not clear for me. I want to handle the 4 main pages in a TabBarController, lets say page1, page2, page3 and page4. So page1 has a TableView and depending on the click-choice in this list, I want to show a new page "pgData". This can not be a part of the TabBarController, so after showing this pgData there should be a navigation back. The same with the page "pgSettings", shown from the Page2. So I also need a Navigationcontroller. Is that possible? I anderstood, that I can add the NavigationController somehow like a page in the TabBarController. But I was not successful with that. Can someone please explain this with my 6 exemplepages?