TableViewControllerにoverrideしたtable section

override func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
        return "section-\(section)"
    }

エミュレーターに反映される時とされない時があるな。。