Skip to content

Instantly share code, notes, and snippets.

@gwennguihal
Created February 18, 2019 12:41
Show Gist options
  • Save gwennguihal/4234b73c500645e45243105cbab228e7 to your computer and use it in GitHub Desktop.
Save gwennguihal/4234b73c500645e45243105cbab228e7 to your computer and use it in GitHub Desktop.
import Collor
final class SampleCollectionData: CollorAPI.CollectionData {
override func reloadData() {
super.reloadData()
addSection().reloadSection { cells in
// add cells here
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment