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