Episode #512

Adapting Delegate Callbacks to Async Await

Series: Async / Await

10 minutes
Published on December 3, 2021

This video is only available to subscribers. Get access to this video and 574 others.

Continuations are great for adapting completion-handler APIs to the new async await world. But what about delegate callbacks, which happen in an entirely separate method? In this episode we will adapt 2 delegate APIs into async await to see how this works.

This episode uses Xcode 13.1, Swift 5.5.