How can I rearrange UITabBarController items using the Storyboard?

后端 未结 9 1564
暗喜
暗喜 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条回答
  •  梦毁少年i
    2020-12-29 19:42

    I solved this by right-clicking on the storyboard -> open as source code, and then rearranged the "segue" xml-blocks in the order I wanted them to be.

提交回复
热议问题