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
At least for Xcode 4.6 , the scenes are in the order they're stored in the storyboard xml.
So you can open it with a text editor and reorder the tags to you liking, and start Xcode.