Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Welcome to your first lesson on Swift. Swift is a programming language Apple introduced in 2014. It’s a modern programming language with great improvements from the previous one developers used for iOS: Objective-C.

Swift has become the main programming language for all Apple’s platforms: macOS, iOS, iPadOS, tvOS, and even visionOS. You can still use the older Objective-C language to build your apps, but it won’t be as fun. :]

Swift has received many improvements since its release and is still evolving. All these changes are intended to make code simpler to write, more readable, and easier to understand.

In this lesson, you’ll cover three learning objectives:

  • Define Swift and describe its key features.
  • Identify the different data types in Swift.
  • Write Swift code to perform a basic task.
See forum comments
Download course materials from Github
Next: Instruction