func tableView()

in SampleApp/ThemeAndResourceViewController.swift [74:79]


    func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
        switch Section(from: section) {
        case .theme: return "Theme"
        case .resource: return "Resources"
        }
    }