0

I know this question has been asked before and the solutions I've heard is to not use a UITabBarController but to add a UITabbar to a view and push its corresponding viewController to the navigation controller. However, when I use this method, I can see the tab bar, but I can't display the tabbaritems on the tabbar. It only shows a tabbar on the bottom. I tried to setup a tabbardelegate that handles the button response but obviously with no buttons that seemed pointless.

Any good advice?

tony.tc.leung
  • 2,980
  • 3
  • 26
  • 25

1 Answers1

0

They tell you not to do it because it doesn't work.

You can have a tabBar that looks like this: [Nav][Nav][Nav]

But you can't have:

Nav

[tabs]

jbrennan
  • 11,943
  • 14
  • 73
  • 115