Created
July 5, 2013 17:00
Revisions
-
joshaber revised this gist
Jul 31, 2013 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,6 @@ takeUntil:self.rac_willDeallocSignal] subscribeNext:^(NSNotification *notification) { NSLog(@"got ur note bro: %@", notification); }]; // some other shit -
joshaber created this gist
Jul 5, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ [[[NSNotificationCenter.defaultCenter rac_addObserverForName:NSApplicationDidBecomeActiveNotification object:nil] takeUntil:self.rac_willDeallocSignal] subscribeNext:^(NSNotification *notification) { NSLog(@"got ur note bro: %@", notification); }];