DEV Community

Cover image for How to learn Swift in 2023 ?
Marcos Mendes
Marcos Mendes

Posted on • Updated on

How to learn Swift in 2023 ?

Introduction

Hi folks, I currently learning iOS Development and the Swift Programming Language, and I like to share with yous more about Swift and how I'm studying and practicing.

So if you are interested to learning Swift, come with me 👨🏻‍💻

What's Swift ?

Swift is an open source programming language created by Apple in June/2014.

Is a consistent and intuitive language for make apps to Apple Ecossystem (iPhone, Mac & Macbook, Apple TV, Apple Watch)

Swift combines powerful type inference and pattern matching with a modern, lightweight syntax, allowing complex ideas to be expressed in a clear and concise manner. As a result, code is not just easier to write, but easier to read and maintain as well.

Hello World in Swift:

Xcode

Great places to Learning Swift

I'm listing some places that I use to learn Swift, which might be useful for you too.

Why learn Swift ?

Swift is a fast and efficient language, we can write safer and more reliable codes with type inference, we save time, and it is a modern and interactive language.

It's really cool to create Apps, it's amazing to see applications that we create being used by people and making a difference in their lives.

Conclusion

Swift is cool.
If you learn this language, I believe you won't regret it, both for your evolution as a professional and the job opportunities that may arise for you.

My links

Top comments (1)

Collapse
 
ibrahimhass profile image
Md Ibrahim Hassan

Thanks for sharing.
Actually, the import to Foundation is not required in the above code snippet.