Skip to content

Instantly share code, notes, and snippets.

@onmyway133
Created July 4, 2018 09:08
Show Gist options
  • Save onmyway133/d0b21983cb9002b6dad5a1f8d2fe83c8 to your computer and use it in GitHub Desktop.
Save onmyway133/d0b21983cb9002b6dad5a1f8d2fe83c8 to your computer and use it in GitHub Desktop.
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