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

Which programming language should I choose for iOS?

Hello Developers

I am new iOS programming. I wanted a suggestion from experienced developers like you that which language should I choose for iOS development? Objective C or Swift?

Thank you

1 Answer

Swift is a newer language, with cleaner syntax and more powerful features than Objective-C, it's a better alternative for writing iOS app.

Generally speaking, I'd recommend all new iOS developer to go for Swift as it's a nicer language to code with, unless you need to work on a existing iOS app that's written in Objective-C, then you'll need to learn Objective-C.

Hello William

Thanks for your response.

So, which version of Swift should I choose? Swift or Swift 2.0?

Thank You

Go for 2.0 as it's the newest Swift version