Skip to content

Instantly share code, notes, and snippets.

@jdewind
Last active December 16, 2015 12:28
Show Gist options
  • Save jdewind/5434291 to your computer and use it in GitHub Desktop.
Save jdewind/5434291 to your computer and use it in GitHub Desktop.
@weakify(self);
[[RACAble(self.device.LEDBrightness)
distinctUntilChanged]
subscribeNext:^(NSNumber *LEDBrightness) {
@strongify(self);
[self updateUI];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment