Prerequisites:
I haven’t really found a good explanation of this, so here we go!
The observer pattern is extremely important in Swift, and is implemented in iOS via the use of…
If NSNotificationCenter didn’t exist, how might you implement it?