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
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.
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)
Click and drag worked for me with Xcode 6.2 with the correct zoom level.