Skip to content

Instantly share code, notes, and snippets.

@FlorianBasso
Last active June 22, 2016 17:35
Show Gist options
  • Save FlorianBasso/4f64eb6e535ed82938690229604d15c5 to your computer and use it in GitHub Desktop.
Save FlorianBasso/4f64eb6e535ed82938690229604d15c5 to your computer and use it in GitHub Desktop.
Example of registerCells method
func registerCells() {
guard let vm = self.viewModel else {
return
}
for item in vm.items {
item.register(self.collectionView)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment