Let’s Build Swift Notifications

Mike Ash: NSNotifications are both simple and powerful, which is why they show up so often in the frameworks. Specifically, they have a few distinct advantages: Loose coupling between notification senders and receivers. Support for multiple receivers for a single notification. Support for custom data on the notification using the userInfo property. There are some … Continue reading Let’s Build Swift Notifications