Created
September 4, 2016 19:37
-
-
Save lizixroy/9626e0b79c7684fd5039aa772b9de7c9 to your computer and use it in GitHub Desktop.
RxSwift-article-2.swift
This file contains hidden or 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
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