Created
July 4, 2014 06:34
-
-
Save thelastinuit/9e1a0938decba64f1021 to your computer and use it in GitHub Desktop.
Observe Frame
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(self.view, frame) subscribeNext:^(NSNumber *rect) { | |
NSLog(@"position y: %f", rect.CGRectValue.origin.y); | |
}]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment