Reputation: 1439
I have searched and searched but I can't find way by using segue and storyboard I can achieve having a tab-bar menu link to another page with an entirely new view with its own tab-bar and new set of menu.
Or maybe tab-bar is not even the way to go?
This is a part of schoolwork.
Upvotes: 0
Views: 194
Reputation: 324
Just add one more TabBarController on your storyboard and connect it with parent TabBar as another view:
Will look like this on device:
Upvotes: 0