Change the listing order of the view controllers in Xcode storyboard

Darren picture Darren · Sep 25, 2012 · Viewed 17.5k times · Source

I'm just starting my first application using storyboards. I'm using Xcode 4.5 and iOS 6 SDK. I want to know how to change the order in which the controllers are listed in the Document Outline (panel to the left of the storyboard).enter image description here

Answer

Viktor Kucera picture Viktor Kucera · Nov 8, 2014

In Xcode 11 you just open storyboard XML and move specific "scene" to proper place under "scenes" tag. And that's it. The order will correspond to Document outline.