Created
July 7, 2017 09:38
-
-
Save SunXiaoShan/41e6c0c752d66fd5d368b02e9e6be9cb to your computer and use it in GitHub Desktop.
RAC_notification
This file contains 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 characters
[[[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