Change the listing order of the view controllers in Xcode storyboard

后端 未结 8 1493
说谎
说谎 2020-12-14 14:04

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

8条回答
  •  清歌不尽
    2020-12-14 14:31

    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.

提交回复
热议问题