Skip to content

Instantly share code, notes, and snippets.

@joshaber
Created July 5, 2013 17:00
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshaber/5935853 to your computer and use it in GitHub Desktop.
Save joshaber/5935853 to your computer and use it in GitHub Desktop.
[[[NSNotificationCenter.defaultCenter
rac_addObserverForName:NSApplicationDidBecomeActiveNotification object:nil]
takeUntil:self.rac_willDeallocSignal]
subscribeNext:^(NSNotification *notification) {
NSLog(@"got ur note bro: %@", notification);
}];
// some other shit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment