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.
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.