Skip to content

Instantly share code, notes, and snippets.

@andrei512
Created July 9, 2013 13:36
Show Gist options
  • Select an option

  • Save andrei512/5957413 to your computer and use it in GitHub Desktop.

Select an option

Save andrei512/5957413 to your computer and use it in GitHub Desktop.
print all notfications
[[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