Pedroinpeace
Pedroinpeace

Reputation: 1439

iOS tab bar, how to seque to a new tab bar view

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

Answers (1)

dan_fides
dan_fides

Reputation: 324

Just add one more TabBarController on your storyboard and connect it with parent TabBar as another view:

enter image description here

Will look like this on device:

enter image description here

Upvotes: 0

Related Questions