1

Setup

  • Xcode 8.3.3
  • iOS 10

Issue

Once a UITabBarController's segue is linked to a view, it seems the only way to change order (which defines the tab button order) is to delete the segue and create again. How to re-order without deleting?

eg:

Storyboard eg.

In this case, I want to move the segue to "Settings" at the beginning.

Efren
  • 4,003
  • 4
  • 33
  • 75

1 Answers1

2

It seems that the alternate answer here was the only way without deleting:

  • Edit the xml and change the order of the segue tags under the collections tag for the tabBarController
Efren
  • 4,003
  • 4
  • 33
  • 75