I've used NSNotificationCenter for application-wide messaging before but today I found a strange loophole. Working on a client's project there are a few UIView subclasses that will need to receive NSNotifications that I am already posting/receiving elsewhere in the app.I've used NSNotificationCenter for application-