Created
September 29, 2020 23:04
-
-
Save nalexn/27873350a1b039851339c6ff1c897caf 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 | |
.sink { [weak self] name in | |
self?.nameLabel.text = name | |
} | |
.store(in: &cancelBag) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment