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!
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
Larry Mc Goldrick
4,131 PointsObjective C, I don't get it!
Hi As much as I enjoy Amit's tutorials objective C is still a mystery to me. I dont understand why the structure of the code lines are the way they are, instances, classes etc. I program micro controllers at work but its a graphical layout so I can see exactly what I am doing (which is nice) but when I start trying to do things on my own with xCode I get errors everywhere. Any one have any advice or can sympathize? =(
5 Answers

Ben Jakuben
Treehouse TeacherI think anyone who comes to iOS from a different language can relate. :) There was a recent forum post about this with some good answers: http://teamtreehouse.com/forum/struggling-with-objectivec
When I learned iOS I attended a 3 day bootcamp where the first morning was spent on Objective C programs from the command line. It was very helpful and we might consider some foundational videos like this when time permits.

James Barnett
39,199 PointsMaybe this Objective-C Primer will help
Then maybe check out try ios from the good people at code school.

Larry Mc Goldrick
4,131 PointsThank you both Guys, I really an glad I joined Treehouse as I have had very fast & positive responses to any query I have had.
Larry

Pavel Palancica
6,535 PointsHey Larry,
I find http://www.raywenderlich.com/ very nice, and there are some cool articles for beginners in iOS development.
Hope that helps ;)

Shekhar Agnihotri
349 PointsHello Larry,
You would need to go in for a book like - Objective C by Stephen G. Kochan. I suggest read starting 7-8 Chapters and get a slight hang of things before diving in to any online material. I also found it difficult initially - But learning requires patience. Hope it helps. Regards SA