Skip to content

Instantly share code, notes, and snippets.

@SunXiaoShan
Created July 7, 2017 09:43
Show Gist options
  • Save SunXiaoShan/4b74cd210f53332750ceffbefc16d544 to your computer and use it in GitHub Desktop.
Save SunXiaoShan/4b74cd210f53332750ceffbefc16d544 to your computer and use it in GitHub Desktop.
RAC_button_click
[[self.btnButton rac_signalForSelector:@selector(actionButton:)] subscribeNext:^(RACTuple * _Nullable x) {
NSLog(@"button click..");
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment