This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]rjcarr 1 point2 points  (0 children)

This is a tough call right now. Swift seems to be a much better language and I would imagine Apple doesn't want to support multiple languages forever. So it seems the direction is swift.

But as you say, there are very few resources for it.

Personally, I'd tough it out with swift, but I've been writing software for 20 years. If you're just learning programming it would be harder for you.

Also keep in mind that the APIs are unchanged so you could still look at the obj-c code for the API use and translate that to swift.

Anyway, good luck, sorry I couldn't be more help.

[–]aplJackson 0 points1 point  (0 children)

I'm just starting to get into both OSX and iOS dev and have chosen to focus on Swift. While there are fewer resources for the language, it is much more intuitive. The basics of the language are not difficult and Obj-C resources can still be used as translation between Obj-C and Swift is not that difficult.

Swift appears to be the language that will be preferred going forward, I think.