Change the listing order of the view controllers in Xcode storyboard

后端 未结 8 1476
说谎
说谎 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:43

    I am not sure if it is still meaningfull for you. As of xcode 6.1 you can rightclick your storyboard file, choose "Open as..." -> "Source code" and change the order of view controllers rearranging sections order. I can't move them by drag'n'dropping view controller icons for unknown reason, so it is the only way that works for me.

提交回复
热议问题