MANotificationCenter icon indicating copy to clipboard operation
MANotificationCenter copied to clipboard

NSNotificationCenter workalike, for education purposes

MANotificationCenter is an imitation of NSNotificationCenter intended for learning purposes. It implements a similar API and shows approximately how NSNotificationCenter works on the inside.

There is no particular reason to use this code for real work, however please feel free to do so if you want to.

This code was written for this Friday Q&A article:

http://mikeash.com/pyblog/friday-qa-2011-07-08-lets-build-nsnotificationcenter.html