In this chapter, we will talk about all kinds of notifications. I'm sure you have heard about some of them:
NSNotificationCenter
notifications. These are actually
a very different type of notifications and used by your app only.
This type of notifications is not visible by a user. Some object
can send a notification, and all other objects will be able
to receive it, and fire a custom action if needed.