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

iOS

Struggling with Objective-C

I have some experience with PHP and Java, but it has so far been pretty difficult for me to decipher lines of code in Objective-C, even after the Crystal Ball App project. Does anyone have suggestions for basic references for Objective-C? The issue for me mostly just seems to be syntax, so a quick guide I could check while looking through lines of code would help.

5 Answers

Andrew Chalkley
STAFF
Andrew Chalkley
Treehouse Guest Teacher

I don't know about quick guides but I've only heard good things about this book.

I taught myself iOS dipping in and out of some books and videos. But most of the learning was building a project of my own.

@Amit

Thanks! The apple developer pages were very helpful.

@Benjamin Objective-c is indeed a hard language to understand, I believe because its not the code that makes it hard but the concept. To fully understand OC try and understand that you need to use the classes and methods provided by apple as @Amit provided and the best way to learn Is by practice. Hope that helps.

I personally enjoyed Ray Wenderlich's iOS tutorials.

They are superb.