Swift Concurrency

Learn how to build an app to fetch JSON from an API using completion handlers and then convert it to the new asynchronous concurrency model introduced in iOS 15. Furthermore, you'll learn a lot of valuable and transferable skills.

Course curriculum

  • 1

    Introduction

    • Welcome

    • Resources

    • Where to Get Help?

  • 2

    iOS Concurrency

    • 01 Creating Models and APIService

    • 02 VOODO and Creating the UI

    • 03 Improving the User Experience

    • 04 Async and Await

    • 05 Parallel Concurency with Async Let

    • 06 Backporting to iOS 14