I would like to make an app that is controlled by a TabBar, but when a tab is selected a navigation controller with the navigation item at the top may be used.
This is the identical behavior of the AppStore, when the Search tab is selected, the Navigation Item have one objective, but in the Updates Tab there is another navigation item. I think one doesn't affect the other one.
Is there any article or tutorial for this?
Thanks.