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 trialThomas Lyman
Courses Plus Student 681 PointsWhere else can we read up on using Objective C and its purpose?
I am following this course well, but now that we have moved into Objective-C and how it works, I am completely lost and confused by all of the terminology used in this very jargon-filled video and the purpose of learning these items and their function is no longer clear at this point in the course for me.
Is there any other resource for reading up on Objective-C and what it does in relation to iOS app development to get a more clear understanding of what Doug is bringing up here? Totally lost!
3 Answers
Blake Provenza
Courses Plus Student 3,461 Pointshttps://code.google.com/p/ofc/
Google code always has good resources!
Stone Preston
42,016 PointsThe Objective-c Foundation Classes (OFC) is a general purpose library written in the Objective-C language. The library uses standard Objective-C as found in the GCC compiler and is not based on NSObject, Foundation kit or Cocoa.
hmm that appears to be an objective c library, not really sure thats what Thomas is looking for.
Thomas Lyman
Courses Plus Student 681 PointsThe blog was super helpful. I was getting caught up because I didn't have a good grasp on the anatomy of a code line and didnt understand what each part was for. I'm all set now. Thanks.