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 trialArsene Lavaux
4,342 PointsRibbit iOS app: hand to a beginner?
Hi,
I am a beginner iOS developer. Just a few rusted C skills from a long time ago. Went through the Crystal Ball and Ribbit app course material (on PC, couldn't do Xcode).
Now I am on a Mac. Included all required frameworks and imported all .h and .m files to my project in Xcode from Ribbit's course material. Started to recreate the storyboard and associate key design elements to code.
However, when I launch the simulator after the build is successful, I have a black screen.
Would like to include screen shots, not so sure how though.
Any help is appreciated.
Thanks!
2 Answers
Stone Preston
42,016 Pointswhat version of Xcode are you using? It sounds like your app doesnt know you want to use storyboards. Open your project settings (click the blue xcode icon with your project name beside it at the very top of your file navigator), in your general settings, set the main interface/storyboard to your storyboard file.
Also, I find it easier to just start from scratch and follow along in the video without downloading any of the project files from treehouse.
Arsene Lavaux
4,342 PointsHi Stone,
Thank you very much for your great insight. It worked.
:)
Stone Preston
42,016 Pointsno problem. glad it was a simple fix