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

Josh Benard
3,919 PointsOrder of Learning to Build iPhone Apps Track
Is the order the track appears to be in the order you recommend for taking the classes?
I feel like the 'iOS Foundations' Class, probably needs to come a little sooner than right before the end, and I didn't know if the way these are posted was completely arbitrary or not.
4 Answers

Amit Bijlani
Treehouse Guest TeacherWe highly recommend that you stick to the ordering within a Track because they have been carefully curated. Each course builds upon the other. The iOS Foundations course is meant for those who already know the basics and want to go deeper into a specific topic. The only thing missing from the track is the new Objective-C Basics course which should be taken instead of Intro to Programming. We are going to make that change today or tomorrow.

bradley
4,267 PointsJosh,
not sure why you have an * for id ... it should just be id thing = nil; you also have an * after initWithInt:4];*.. so it should just be thing = [[NSNumber alloc] initWithInt:4];.....

Callum McCurrach
3,150 PointsIf I'm honest, the foundations actually went on to cover more advanced topics than when you get when you first pickup the Blog Reader for example. I think its a bit obvious all courses were made at different times so its awkward to say where exactly it should be placed.
If it was after the Blog Reader and Message App then I think the first little while is just covering off a ton of stuff you already did..!

Josh Benard
3,919 PointsThanks!
James Barnett
39,199 PointsJames Barnett
39,199 PointsTagging Amit Bijlani on his opinion of where in the track the iOS Foundations course be?