Skip to content

Instantly share code, notes, and snippets.

@sergeytimoshin
Created June 7, 2013 19:36
Show Gist options
  • Save sergeytimoshin/5731820 to your computer and use it in GitHub Desktop.
Save sergeytimoshin/5731820 to your computer and use it in GitHub Desktop.
Catch all notifications
[[NSNotificationCenter defaultCenter] addObserverForName:nil object:nil queue:nil usingBlock:^(NSNotification *note) {
NSLog(@"Catch-All: %@", note);
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment