Skip to content

Instantly share code, notes, and snippets.

@FitzAfful
Created April 18, 2020 01:36
Show Gist options
  • Save FitzAfful/f48cf804d397f52bf3c77cdfec97a332 to your computer and use it in GitHub Desktop.
Save FitzAfful/f48cf804d397f52bf3c77cdfec97a332 to your computer and use it in GitHub Desktop.
/********* Binding to array in viewDidLoad */
viewModel.employees.bind { (_) in
self.showTableView()
}
/********************************/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment