關于tableView的sectionHeader的布局問題
在iOS 13上設置tableview.sectionHeaderHeight,顯示沒有問題
但在iOS 9 上顯示就莫名其妙的往下錯位了
設置tableview.sectionHeaderHeight 和 tableview.rowHeight 會自適應高度,
tableView.sectionHeaderHeight = headerHeight
tableView.estimatedSectionHeaderHeight = headerHeight
tableView.sectionFooterHeight = 0
tableView.estimatedSectionFooterHeight = 0