func tableView(tableView: UITableView,willDisplayHeaderView view: UIView,forSection section: Int) {
let headerView = view as! UITableViewHeaderFooterView
headerView.textLabel?.font = UIFont.systemFontOfSize(9)
}
原文链接:https://www.f2er.com/swift/323263.html