0

I create a new XIB file, drag a UITabBarController in it, and then try to set the Top Bar to Navigation Bar.

No matter what I do, it goes back to Unspecified.

I think I should be able to set the Top Bar to Navigation Bar so I can lay out my views assuming I've got both a tab bar and a navigation bar, shouldn't I?

Is this intended behaviour???

skaffman
  • 398,947
  • 96
  • 818
  • 769
Muchin
  • 4,887
  • 4
  • 23
  • 25

1 Answers1

1

I think this is an Apple way to remind you that UITabBarController is not supposed to be pushed in UINavigationController. Related question - Tab bar controller inside a navigation controller, or sharing a navigation root view.

Community
  • 1
  • 1
hoha
  • 4,418
  • 17
  • 15