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

glenn romaniuk
glenn romaniuk
33,029 Points

iOS Development with Swift or iOS Development with Objective-C track?

I'm new to IOS development. Which track do you recommend I start with?

2 Answers

All the tracks are useful.

Many existing apps will be written in Obj-C so having a working knowledge of it is a good idea.

Swift is the new language for iOS development so new apps tend to be written in it.

Concepts in all object oriented languages apply acorss the piece, so there's no harm in learning these in whichever language.

I hope that helps.

Steve.

Swift is new and will most likely be the future of iOS development. It is easy to pick up. You could start there as it will give you confidence and help get your feet wet. However, if you want a career in iOS development you should pick up Objective-C as that is what most companies are currently using until everything is switched to Swift.