Is it possible to have multiple tab-bar controllers in an app?
- by Sheehan Alam
I would like to design an app that has a RootView with 4 buttons. Clicking on each button will load another view that has its own tab-bar controller. The tab-bar controller for each of the views is different.
If so, how do I go about implementing this?