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
Graham Davidson
Courses Plus Student 14,966 PointsWhich App course to start with
So if I want to learn IOS app development which is the better course to start with is it Objective C or is the Swift course
2 Answers
Jesus Mendoza
23,289 PointsObjective C is the base language to create iOS apps, so I'd recommend you to start with it first. Also if you like to read and you are committed to learn how to create iOS apps, I recommend you the following books:
- Objective C Programming 2 Edition
- iOS Programming 4 Edition.
both by The Big Nerd Ranch.
Chris Shaw
26,676 PointsObjective-C as a starting language isn't recommended as its over 10 years old and uses outdated standards when it comes to object oriented programing.
If you've never built anything for iOS it's highly recommended you learn Swift as it's modern, meets the standards of today's common language rules and is 100x easier to learn.