How can I rearrange UITabBarController items using the Storyboard?

后端 未结 9 1517
暗喜
暗喜 2020-12-29 19:40

Hi I have a UITabBarController in XCode 4.5 as the root controller with many tabs I need to change the order to.

The only thing that works for me is remove the relat

相关标签:
9条回答
  • 2020-12-29 20:02

    1) Make sure you are zoomed in enough and that a blue box is around the tab bar controller.

    2) Then click on the tabs and drag them around to where you want them.

    3) if it is not working , just click on any .h or .m file and then go to storyboard file and try.

    4) even though it is not working , just restart xcod and try it.

    0 讨论(0)
  • 2020-12-29 20:03

    I could not drag and tabs around while i had the tab bar controller as root view of navigation controller. I had to delete the navigation controller and restart xcode (4.5.2)

    0 讨论(0)
  • 2020-12-29 20:07

    Click and drag worked for me with Xcode 6.2 with the correct zoom level.

    enter image description here

    0 讨论(0)
提交回复
热议问题