Tagged in

iOS

A Swift misadventure
A Swift misadventure
A journey in the Swift programming language and its uncommon applications.
More information
Followers
118
Elsewhere
More, on Medium

Introducing Swift Action Delegate pattern Part 2

Here you find the Part 1 of this article.

A while ago I wrote an article which introduced what I called Swift Action Delegate pattern. It is an attempt to write less boilerplate code while implementing delegation for…