+ 5
Is swift the best way to create an ios app?
5 ответов
+ 1
This is not the worst way to develop an iOS apps and games. Objective-C is slower and harder to understand (IMHO). Swift is much easier than ObjC, so for newbies it's the best way to develop for Apple platforms :)
+ 1
Yes swift is a good way to create a app its more easyer than objective c
+ 1
There are, of course, other ways. If you know JavaScript, you can use either React Native or Ionic to code, which you then use to transpile the code into an iOS app.
+ 1
Untill now i am in the basics
But i can understand from the articles which i had read:
- Swift is a new language which need several years to completely replace objective-c.
- Objective-c it is stop developping so certainly the future will be for swift.
- Swift is now building by apple so any mistakes or missings apple will solve and add them quickly in the new versions.
- Now, for large projects You cannot entirely coding by swift, but you can benefit from swift by adding some codes inside your project.
+ 1
Arguably yes. Why do you think Apple moved from ObjC!