rootViewController set in Storyboard not showing on App Launch

18,101

Solution 1

I searched and searched, and finally found my answer(@jms - hope this answers yours as well). See here: Xcode 4.2 iOS Empty Application and storyboards.

Solution 2

I had the same problem, just select both of them CMD+X to cut, then CMD+V to paste it will set one as root view :)

Share:
18,101
tarheel
Author by

tarheel

Business Intelligence professional with experience on SQL Server, Snowflake, Google BigQuery, Terada, Oracle, and IBM environments. Always learning more code, and more ways to solve problems creatively.

Updated on June 05, 2022

Comments

  • tarheel
    tarheel almost 2 years

    I started with an Empty Application and added the storyboard file myself, added a View Controller to the storyboard and then embedded it into the Navigation Controller. Now, when I launch the app in iOS Simulator - nothing shows. Screenshot of my storyboard is below.

    What needs to happen to get the "AddPerson" to show on launch?

    enter image description here

    Update: Yes, Main Storyboard is set, but the Main Interface is blank. Should that Main Interface be set to something(the drop down is blank)?