Excellent Free Tutorials to Learn Swift

Jan 07, 2020 | Tutorial

Excellent Free Tutorials to Learn Swift

Swift is a powerful and intuitive general-purpose programming language for the OS X, iOS, watchOS, and Linux operating systems. It’s developed by Apple Inc. Swift is intended to be more resilient to erroneous code (“safer”) than Objective-C, and more concise.

Swift is a new language, first appearing in 2014. It’s friendly to new programmers, feels familiar to Objective-C developers, and the language is optimized for development. It was launched under a proprietary license, but Apple made the language open source in December 2015 by releasing Swift 2.2 and later under the Apache License 2.0. By open-sourcing Swift, developers are able to use the language for their own purposes and go beyond OS X, iOS and watchOS apps.

As at December 2019, Swift ranks 10th on the TIOBE Programming Community index, an indicator of the popularity of programming languages.

Here’s our recommended tutorials to learn Swift.

1. Swift tutorial for beginners by Fabio Rocha

This offers a small overview on Swift creating a small “Hello World” app. There’s also a second part.

Read the tutorial


2. Swift: Making Web Applications Secure by Construction by K. Vikram

This is a comprehensive piece that walks you through the whole routine of prototyping a web application from scratch. It’s divided into eight parts, each of which has its own dose of explanation and advice.

Read the tutorial


3. Swift by Example by Brett Bukowski

Learn Swift by 24 examples. All good material.

Read the examples


4. Swift Tutorial Part 1: Expressions, Variables and Constants by Lorenzo Boaro

This is a mini-series on getting started with programming in Swift. In this series, you’ll learn some Swift programming basics using playgrounds.

Read the tutorial


5. Swift Tutorial: Building an iOS application

This series of tutorials takes the reader on a journey of building an iOS app in Swift.

Read the tutorials


6. A nice collection of often useful examples done in Swift

A collaborative list of awesome Swift libraries and resources.

Read the tutorial


7. Beginner Series: Swift Tutorial by codeconquest

Swift Tutorial introduces you to the language, describes all the finer details of Swift, and helps you begin working with it.

Read the tutorial

#Resources

SwiftSyntax : generate and transform Swift source code

Swift Operators Precedence and Associativity