2
Hello, I’m starting now to program for Ios, I’m already an android java programmer, and wanted to know at the moment which best to develop applications for apple (iphone/tablet) and I saw that apple has launched a new language, which to begin with?
This is not a good place for this question, War Lock. Stackoverflow format is not ideal for discussing "which is the best option" in such a broad context.
– Caffé
I’m going to give you an opinion that I think makes sense. Swift is much more expressive than Objective-C and much more productive. In addition any Objective-C code or project can be used in conjunction with a project written in Swift allowing reuse of code already written (and tested) in Objective-C. This way the answer is clear: Use Swift for new iOS or OSX projects.
– bmkrio