Last active
May 15, 2019 10:18
-
-
Save yonivav/d1d0ea5797f6094acb28e4215b0a2750 to your computer and use it in GitHub Desktop.
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
viewModel.data | |
.drive(onNext: { someData in | |
self?.display(someData) | |
}) | |
.disposed(by: bag) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment