Can a project contain multiple UITabBarControllers?
- by Sheehan Alam
Is it possible to have more than one UITabBarController in a project?
For example:
TabBarController1 has 5 tabs. Lets say Tab 1 in TabBarController1 loads a new TabBarController which has 4 tabs.
Is this the correct approach?