Reputation: 49
I'm developing iOS App.
My App has 6 button and each button has each tab bar controll.
so Main screen is
[btn1] [btn2]
[btn3] [btn4]
[btn5] [btn6]
=================== this screen doesn't have tab bar controll.
but if I get into btn1
============================
table view
[tab1][tab2][tab3][tab4]
============================
btn1's screen has tab bar controll like this.
how can I get each different tab respectively to each button.
Main screen shouldn't have tab bar controll.
Is anyone who know the similar problem link or solution?
help me plz.
Upvotes: 1
Views: 172
Reputation: 1014
Just select the ViewController you are segueing to (in storyboard), then in XCodes Menubar select Editor -> Embed in -> TabBarController
if I misunderstood you question: a (commented) screenshot of your Storyboard would be helpful
Upvotes: 1