Objective-C or the new Swift for developing iOS apps?


2

Apple released Swift yesterday at WWDC. It's a high level programming language that is going to make developing iOS apps much easier for new programmers.

I know neither Objective-C or Swift at the moment but want to learn to start building my own apps.

There is lot of talk that the old Objective-C would result in much faster apps, but Apple might retire it over the years.

Should new mobile startups continue to build in the old language for now, but make the jump into Swift?

Development Apps Code Apple Ios

asked Jun 4 '14 at 14:43
Blank
Theresa Darrell
14 points

2 Answers


2

Asking about development environments is a great way to start a flame / troll war. Choose whatever you feel most comfortable to you based on your personal experiences.

At the highest level (and from a subjective standpoint) Swift breaks tradition from objective-c and feels more like a scripting language - something that web developers can pick up quickly. What that means to you depends on your experience / opinions of C, scripting languages and web development in general.

Whether or not it is more productive / performant depends more on the developer and less on the tool.

answered Jun 4 '14 at 16:21
Blank
Jim Galley
9,952 points

2

Use whatever allows you to iterate faster.

While there is indeed talk about Apple eventually retiring objective-c, that day is far away to worry about now.

Even though Swift is a simpler language than Objective-C to work with, do keep in mind that a majority of the support and resources on the web are for Objective-C at the moment (Q&A on Stackoverflow, etc).

answered Jun 4 '14 at 16:36
Blank
Nishank Khanna
4,265 points
  • +1 on the toolchain issue. – Jim Galley 10 years ago

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Development Apps Code Apple Ios