なんでセクションが下に付くのだろうと数時間なやんでしまったのでメモ。。。
Header Footer って書いてあるのに気づかなかったorz
/// フッターにつく
func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String?
/// ヘッダーにつく
func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String?