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

Rodrigo Chousal
Rodrigo Chousal
16,009 Points

Confusion

For the people who have learned Objective-C: Did you have a hard time understanding things at first? Or by the time when you were doing the Crystal Ball app you already understood most of the concepts of Objective-C and what the instructor was saying and writing in code? Because I am doing the Crystal Ball project, and I don't understand most of the things he is doing... What should I do? Will I begin to fully understand as I go through the course?

2 Answers

From what I've seen from your previous questions, you still need to learn the basics of object oriented programming.

The concept of class, instance, methods, properties, inheritance, etc...

I would suggest you start with the PHP track as it is easier and you can learn this concepts.

Darry Berger
PLUS
Darry Berger
Courses Plus Student 6,818 Points

You may want to learn a simpler programming language such as JavaScript or Python before jumping into C, it's quite the learning curve.