No Way to Set Initial View Controller in New Storyboard in Xcode 6

后端 未结 5 1929
滥情空心
滥情空心 2020-12-13 17:28

Here\'s what I did in Xcode 6.0.1:

Step 1: Create a new project with a single view.

\"e

相关标签:
5条回答
  • 2020-12-13 17:41

    In Xcode 6, use a "Storyboard Entry Point" from the object library. Drag the control onto the View Controller you wish to designate as the initial View Controller.

    0 讨论(0)
  • 2020-12-13 17:49

    Select the view controller, then use the “Is Initial View Controller” checkbox in the attributes inspector.

    initial view controller

    0 讨论(0)
  • 2020-12-13 17:51

    The Story Entry Point does not exist in Object Library in Xcode 6.x, and cannot upgrade to Xcode 6.3.x for now in china.

    0 讨论(0)
  • 2020-12-13 17:53

    "Is initial View Controller" is back in XCode 6.3.x.

    0 讨论(0)
  • 2020-12-13 17:54

    In Xcode 6.2, there is no longer an "Is Initial View Controller" checkbox in the attributes inspector. Instead, you set the initial view controller by adding the Storyboard Entry Point found in the Object Library.

    0 讨论(0)
提交回复
热议问题