In my app iPhone app I have a Tab Bar Controller with 4 relationships to 4 different Table View Controllers. Is there a way to rearrange the order of the relationship in the Sto
I was following the raywenderlich tutorial for storyboards too and realised that after adding the tab controller i couldn't rearrange the tabs by dragging it. Well, apparently its just some bug in xcode. So just quit xcode, restart it and this time, you will be able to drag the tabs.
For me dragging did not work either in XCode 7.3.1. Restarting XCode did not help. And none of the above mentioned solutions worked for me.
What helped me: I deleted the relationship to the second item and ctrl-dragged from that item to the Tab Bar Controller and created another relationship. It was automatically in the second place now.
Same thing is in xCode 4.6. I originally was following tutorial on beginning storyboards in ios At the point to swith the item on TabBarController, I could't change the order. I tried to save it - didn't work; however, Once I closed the XCode and open again - it DID WORK.
SHIFT + DRAG works on Xcode 10.0
XCODE 10.1: Zoom the story board. Simply drag tab items. (No shift no other)
Just drag and drop the tab icons in the tab bar.
i.e. the main tab bar that belongs to the tab bar controller.
HTH
::EDIT:: So this doesn't seem to work... I'm sure it used to.
Anyway, the easiest way I found is to remove the tabs and add them back in the order you want them to show.
Hope this helps.