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

Asynchronous programming is essential for modern app development — it enables applications to perform tasks efficiently without freezing the user interface. In Swift specifically, async/await allows developers to write readable and sequential code.

In this lesson, you’ll learn how Swift suspends functions using async/await, exploring this concept by creating a weather app. Your weather app will fetch real-time weather data from an API.

What You’ll Learn

By the end of this lesson, you’ll know:

See forum comments
Download course materials from Github
Next: Instruction