in SampleApp/ThemeAndResourceViewController.swift [51:57]
func tableView(_ tableView: UITableView,
numberOfRowsInSection section: Int) -> Int {
switch Section(from: section) {
case .theme: return theme.colors.count
case .resource: return resources.colors.count
}
}