Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialSaud A
833 PointsSimulator won't show storyboard
I did everything on point in xCode, and when I simulate it, I just get a black screen.
6 Answers
Camilo Castro
Courses Plus Student 2,549 PointsCheck if Main Interface is linked to the storyboard in project general settings.
Check if you have a Initial View Controller on your Storyboard
:)
Saud A
833 PointsElaborate please.
Camilo Castro
Courses Plus Student 2,549 PointsHere are some Apple Docs
https://developer.apple.com/library/ios/releasenotes/Miscellaneous/RN-AdoptingStoryboards/
And some web tutorial
http://www.raywenderlich.com/50308/storyboards-tutorial-in-ios-7-part-1
Hope it helps :)
Saud A
833 PointsI figured it out. Thanks!
Garrett Cox
4,797 PointsWhat was your solution? I have been having the same issue and both the main interface and initial view controller are correctly set.
Saud A
833 PointsCheck if Main Interface is linked to the storyboard in project general settings.
Check if you have a Initial View Controller on your Storyboard
^ this