I don't use UITabbarController,I just add the UITabbar in ViewController.I know when we use UITabbarController,we will create one array which contain viewcontrollers,so when we tap the tab,will show the specific viewcontroller,but the UITabbar just can add UITabbarItems,so how to connect the viewcontroller to the Tab?just like UITabbarController. thank you in advance.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Attach a
Then implement:
|
|||
|
|
|
Have your view controller implement the However, if you intend to use your tab bar to switch between different view controllers you should use a |
|||
|
|