答案 0 :(得分:-1)
使用
override func tableView(tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
switch section {
case 0:
return "Bat-and-ball"
case 1:
return "Hockey"
default:
return "other header"
}
}