Is it possible to have more than one UITabbarController in a single iPhone application?
My application has more than one sections, each section needs to have its own UITabbarController to navigate with in that section. New section is to be loaded if a certain type of item is selected from previous section. Secondly the Back button in navigation bar should also perform they it does, if the user is on the first controller of the second section that was pushed if he presses the button he should go back to the first section showing its UITabbarcontroller.