How can I rearrange UITabBarController items using the Storyboard?

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 relationships and add them again in the desired order that I want the tabbar items to appear.

Is there another way to do this?

thanks


Solution 1:

In the storyboard highlight the tab bar controller.

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

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

Solution 2:

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.