func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
let view = view as! UITableViewHeaderFooterView
view.textLabel?.font = UIFont.systemFont(ofSize: 12)
}


相关推荐