Introduction to Async & Await | iOS 15 | Swift 5.5

Опубликовано: 03 Март 2026
на канале: John Kouris
624
26

Swift5.5 introduced asynchronous functions into Swift, allowing us to run asynchronous code just like we do synchronous code. In this video I'll show you how you can use the new Async & Await functionality in Swift5.5 and Xcode 13.

If you want to see how you can use Async & Await in a full project, check out my Build a Pokedex series:
   • Build a Pokedex with Swift 5.5 and SwiftUI 3  

I built this example playground using Xcode 13. In order to follow along, you'll need to download the latest version of Xcode 13. At the time of recording, Xcode 13 is still in beta and requires a developer account to use. You can download it here:
https://developer.apple.com/download/

Here is the SWAPI website:
https://swapi.dev

Here is the URL for the SWAPI API:
"https://swapi.dev/api/people"

Follow me on Twitter:
  / kouris_john  

Music:
   • Memories - PLOCKZ | Free Royalty Free Musi...  

#Swift #Swift5.5 #iOS15 #Xcode13 #Tutorial #AsyncAwait