平成30年3月23日(金曜日)
以下により、そのままOK!!
How to add a section header to a table view
override func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? { return fetchedResultsController.sections![section].name //return "Section \(section)" }