iOS 11 TableView Grouped 样式头部空白问
2018-04-17 本文已影响24人
冰霜海胆
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
}