Created
July 4, 2018 09:08
-
-
Save onmyway133/d0b21983cb9002b6dad5a1f8d2fe83c8 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
override func viewDidLoad() { | |
super.viewDidLoad() | |
viewModel.friends.subscribe(onNext: { friends in | |
self.friendsCountLabel.text = "\(friends.count)" | |
}) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment