Skip to content

Instantly share code, notes, and snippets.

@onmyway133
Created July 4, 2018 09:01
Show Gist options
  • Save onmyway133/4ef8796c5ea464f4ab3870cd62999f16 to your computer and use it in GitHub Desktop.
Save onmyway133/4ef8796c5ea464f4ab3870cd62999f16 to your computer and use it in GitHub Desktop.
override func viewDidLoad() {
super.viewDidLoad()
viewModel.friends.bind { 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