Created
July 7, 2017 09:32
-
-
Save SunXiaoShan/c8820c00698a6435d1a3d9abaa4d2dcd to your computer and use it in GitHub Desktop.
ObserveObject
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
[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