I would like to have a view (Hierarchy structure) under Navigation Controller (the top blue navigation bar) that has a TabBar (the black one in the bottom part) to show additional views (each for tab) at the same level.
If you select one of theese views (black tab bar) you should always have the TabBar visible to jump to another view of the same level. In case you want to go back to the upper hyerarchical level you have to select the "back" navigation button in the top bar (blue one) and the "tab bar" should disappear.
Why Apple suggests (it seems to me) to avoid that ?
I'm quoting from "View Controller Programming Guide for iPhone OS" page 39 where is written:
It’s very common to combine tab bar and navigation controllers, as illustrated in Figure 4. To do this, you simply add navigation controllers to a tab bar controller (however, you should never add a tab bar controller to a navigation controller).
Instead I would add a "Tab Bar" under a "Navigation bar" (the manager)
Do I think wrong ?
Thanks for your help !
Dario