Change the listing order of the view controllers in Xcode storyboard

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

    For Xcode 5.1.1, you have to change the order of tag segue. Open the storyboard as source code (Right Click -> Open As -> Source code)

    
    
    
    
    

    Changing the order of the above lines will change order of ViewControllers

提交回复
热议问题