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

Should I still complete the objective-c programming course or just change to swift?

I am currently on the "build a self destructing iPhone App" and was curious as to if there is a benefit in me carrying on and completing the objective-c course or to just go right into swift.

Any input is appreciated. :)

3 Answers

Definitely finish the Objective-C course. It's been around for years, so it's arguably more stable, but there's a lot more help for it online, and close to every project you'll come across in a job scenario today is written in Objective-C. If you want to run on devices that run any version of iOS prior to iOS 7, you'll need Objective-C. I personally just learned Swift to prepare for the future, but if I plan on putting an app on the App Store, I'm going to write it in Objective-C for at least the next few years

Thank you! :)

I Would Highly recommend to finish the iOS Course. Because you need the Basics of the Framework. And that is in Swift the same. Only the Syntax is different. But the Framework stays the same. So that means: If you can do objective-c iOS then you can do in few weeks Swift too! But if do Swift and don't know the Frameworks it can be very difficult.

Thank you! :)