Skip to content

Instantly share code, notes, and snippets.

@lizixroy
Created September 4, 2016 19:37
Show Gist options
  • Save lizixroy/9626e0b79c7684fd5039aa772b9de7c9 to your computer and use it in GitHub Desktop.
Save lizixroy/9626e0b79c7684fd5039aa772b9de7c9 to your computer and use it in GitHub Desktop.
RxSwift-article-2.swift
messageViewModel.messageSubject.subscribeNext { [unowned self] message in
self.messageLabel.text = message
}.addDisposableTo(disposeBag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment