Skip to content

Instantly share code, notes, and snippets.

@SunXiaoShan
Created July 7, 2017 09:38
Show Gist options
  • Save SunXiaoShan/41e6c0c752d66fd5d368b02e9e6be9cb to your computer and use it in GitHub Desktop.
Save SunXiaoShan/41e6c0c752d66fd5d368b02e9e6be9cb to your computer and use it in GitHub Desktop.
RAC_notification
[[[NSNotificationCenter defaultCenter] rac_addObserverForName:UIKeyboardDidShowNotification object:nil] subscribeNext:^(NSNotification * _Nullable x) {
NSLog(@"keyboard - \n%@", x);
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment