Last active
February 21, 2019 09:42
-
-
Save yonivav/7322106d30ff3fbe204f559ee2c4f277 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: { [weak self] someData in | |
self?.display(data) | |
}) | |
.disposed(by: bag) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment