Created
July 9, 2013 13:36
-
-
Save andrei512/5957413 to your computer and use it in GitHub Desktop.
print all notfications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [[NSNotificationCenter defaultCenter] addObserverForName:nil | |
| object:nil | |
| queue:[NSOperationQueue mainQueue] | |
| usingBlock:^(NSNotification *notification) { | |
| PO(notification) | |
| }]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment