Change the listing order of the view controllers in Xcode storyboard

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

    It seems that the view controllers belong to the tab bar controller, so the order of the buttons determine the order not the position of the view controllers on the screen. You should be able to drag and drop the buttons.

提交回复
热议问题