I have gone through Apple docs about UITableView class and delegate reference but couldn\'t find the way to set the table header height explicitly.
I set Table cell
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat { }
or you can use like this also
tableView.estimatedSectionHeaderHeight