Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 236
itsjavi Avatar asked Aug 03 '12 12:08

itsjavi


1 Answers

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

like image 197
MobileMon Avatar answered Oct 19 '22 05:10

MobileMon