iOS Question NavigationController and TabBarController

jcesar

Active Member
Licensed User
Longtime User
I'm using the NavigationController to show the pages of my app, its working fine.

Now i need, in a secondary page, switch between two or more layouts.

Could The TabBarController be used in this case ?

Or NavigationController and TabBarController can not be used in the same application ?
 

jcesar

Active Member
Licensed User
Longtime User
Thanks for your reply.

I'm not sure but maybe the SegmentedControl could be a better choice in this case.
 
Upvote 0
Top