Notification & Observer Pattern
The notification/observer communication pattern is useful when you need parts of your code to respond to events triggered in separate areas of the app (e.g. in separate methods or even separate classes). A concrete example is using the notification p...
yoursswiftly.hashnode.dev1 min read