How to add an “entry point arrow” to a tab bar controller?

后端 未结 4 1492
不知归路
不知归路 2021-01-31 14:14

In Xcode 6.2 beta, I am able to make some view controllers such as \"View Controller\" or \"Navigation view controller\" the entry point of my interface by dragging and dropping

4条回答
  •  灰色年华
    2021-01-31 15:05

    Try with following steps.

    1) Open StoryBoard.

    2) select TabbarControllerwhich you want to set as RootViewController.

    3) Open Properties.

    4) select InitialView Controller Option.

    For help you can see following image.

    enter image description here

提交回复
热议问题