Created
September 29, 2020 23:05
-
-
Save nalexn/3b865677c750a801a8ffc382f9d45d8c to your computer and use it in GitHub Desktop.
Article_009 https://nalexn.github.io/uikit-switfui/
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.$userName // Publisher | |
.asObservable() // Observable | |
.bind(to: nameLabel.rx.text) // RxCocoa binding | |
.disposed(by: disposeBag) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment