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:
In this case, I want to move the segue to "Settings" at the beginning.