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 trial
David Birnie
2,726 PointsObjective C - Basics...
Is there a way to see the terminology for all of the objective C? I find I start to struggle with this guys wording...
2 Answers

Ethan Lowry
Courses Plus Student 7,323 PointsAre there any specific terms you're struggling with? Otherwise, while not aimed at beginners, this cheatsheet might help explain some stuff.
David Birnie
2,726 PointsNothing specifically, just he speaks fast and I cant process it all... not sure why I am struggling with this course more than the others.
P.S Thanks for the cheat sheet, I think it will help

Ethan Lowry
Courses Plus Student 7,323 PointsNo problem. Objective C is one of the more complex languages as a beginner to get your head around in my opinion so this isn't too surprising, but good luck with it.
P.S. Just remember in future to leave comments like this as an actual comment, rather than another answer on the question. (I know it's hard to tell and badly designed, everyone does it sadly).
Cheers!
David Birnie
2,726 PointsDavid Birnie
2,726 PointsThis is my main problem, I am not sure what this is asking for:
Complete the switch statement below:
int i = 0; _____________ ( i ) { _____________ 0 : break; }
I do not remember this being covered... Sorry I would insert image but not sure how.
David Birnie
2,726 PointsDavid Birnie
2,726 PointsNevermind... had it right the first time must have had a spelling mistake.