When i refactored storyboard same photo in this
link.
I can't find where i can swap position of tab bar item.
example i want to change main menu to index 0.
this is my storyboard.
Asked
Active
Viewed 1,723 times
2

Tanakorn.K
- 150
- 9
-
1You have to remove all your viewControllers item from Tab Bar Controller. After that add them again in order you want. There is no other way. – Nirav D Jun 16 '16 at 04:48
-
ok that work! thank you. – Tanakorn.K Jun 16 '16 at 05:52
2 Answers
6
You can just re-arrange the order by dragging and dropping
the icons in the tab bar controller
If you are using custom tabs, you can still drag and drop to reorder even though the Tab Bar Controller
scene shows a grey bar, the bar item is still there. This is especially inconspicuous when all your bar item are custom items
.

Suraj Sukale
- 1,778
- 1
- 12
- 19
2
Remove all relation and start making from MainMenu to what you want at the end.

Syed Qamar Abbas
- 3,637
- 1
- 28
- 52