Asked 5 years ago
2 May 2018
Views 1587
angeo

angeo posted

Swift or Objective-C , which one is better for iOS Development ?

I am learning how to build an app for iOS

As beginner, for iOS Development , Swift or Objective-C , what i should learn ?

what is future in iOS Development , Swift or Objective-C ?
web-api

web-api
answered Nov 30 '-1 00:00


Swift is the result of the latest research on programming languages, combined with decades of experience building Apple platforms. Named parameters brought forward from Objective-C are expressed in a clean syntax that makes APIs in Swift even easier to read and maintain.




Swift has many other features to make your code more expressive:

Closures unified with function pointers
Tuples and multiple return values
Generics
Fast and concise iteration over a range or collection

Structs that support methods, extensions, and protocols
Functional programming patterns, e.g., map and filter
Native error handling using try / catch / throw




Swift is good option to start to learn iOS Development
Mitul Dabhi

Mitul Dabhi
answered Nov 30 '-1 00:00

Swift as it really is the future of programming for macOS/iOS devices.

Swift is much cleaner and it is "modern" and it is getting better with each new release.

Swift programming language that is also easy to learn also.
iPhone-coder

iPhone-coder
answered Nov 30 '-1 00:00

start with Swift ,
Once you are good with Swift, and you need to integrate with things in iOS than you will need to also become familiar with Objective-C.
Rasi

Rasi
answered Nov 30 '-1 00:00

its quite obvious one must start with Swift
because It's beginner friendly, and is the future for Apple development.
Post Answer