Notifications are a very helpful tool, when you need to send messages between two modules which are very loosely coupled. In this blog post, I will implement my own NSNotificationCenter in Swift. Let’s start with the basic data structure needed to hold a Notification. I am using a Dictionary, which contains an array to hold