iOS 11 UITableView grouped 样式头部会出现过多向下偏移的问题 解决方法:
if #available(iOS 11, *) {
tableView.estimatedSectionHeaderHeight = 0
tableView.estimatedSectionFooterHeight = 0
}
iOS 11 UITableView grouped 样式头部会出现过多向下偏移的问题 解决方法:
if #available(iOS 11, *) {
tableView.estimatedSectionHeaderHeight = 0
tableView.estimatedSectionFooterHeight = 0
}