Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sorting Scenes in Xcode Interface Builder

So I'm not sure what to call it, but its that bar on the left in Storyboard Editor in Xcode that displays all of the different scenes. I love using storyboards, but my biggest pet peeve with them is that the scenes are organized in that list in an utterly random fashion. Every time I add a new view controller to the storyboard it gets inserted into a seemingly random place on the list. Two nearby views are not at all nearby in the scene listing.

So my question is this: Is it possible to reorder the scenes in that view, or to force some kind of sorting?

like image 295
Dan F Avatar asked Dec 04 '12 19:12

Dan F


1 Answers

You can modify the xml version ( "Open As"->"Source Code") of the Storyboard. Not sexy but works

like image 69
MUH Mobile Inc. Avatar answered Oct 19 '22 22:10

MUH Mobile Inc.