Completion Handlers in Swift
Oct 22, 2022 · 13 min read · Completion handlers are everywhere in Swift. They are commonly used in Apple's frameworks and many third-party libraries. They are often put forward as an alternative to delegation and the target action pattern, especially in the context of long-runn...
Join discussion


