2

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.

Tanakorn.K
  • 150
  • 9

2 Answers2

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