Reputation: 9219
I have two views.
I want to place two different tab bars in each view.
Is that possible? If yes, how?
Thanks!
Upvotes: 0
Views: 123
Reputation: 69027
Yes, it is possible.
You just need to create two different UITabBarControllers
and then add their views to your main view when you need either of them.
Upvotes: 1