Skip to content

Instantly share code, notes, and snippets.

@SunXiaoShan
Created July 7, 2017 09:32
Show Gist options
  • Save SunXiaoShan/c8820c00698a6435d1a3d9abaa4d2dcd to your computer and use it in GitHub Desktop.
Save SunXiaoShan/c8820c00698a6435d1a3d9abaa4d2dcd to your computer and use it in GitHub Desktop.
ObserveObject
[RACObserve(objA, strContent) subscribeNext:^(id x) {
NSLog(@"objA : %@",x);
[self.labelView setText:x];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment