Skip to content

Instantly share code, notes, and snippets.

@syshen
Created March 3, 2015 09:33
Show Gist options
  • Select an option

  • Save syshen/e3f1a10c700a09fa7178 to your computer and use it in GitHub Desktop.

Select an option

Save syshen/e3f1a10c700a09fa7178 to your computer and use it in GitHub Desktop.
@weakify(self);
[[RACObserve(self.viewModel, url) deliverOnMainThread] subscribeNext:^(NSString *urlString) {
@strongify(self);
self.urlLabel.text = urlString;
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment