iOS 11 UITableView grouped 樣式頭部會出現(xiàn)過多向下偏移的問題 解決方法:
if #available(iOS 11, *) {
tableView.estimatedSectionHeaderHeight = 0
tableView.estimatedSectionFooterHeight = 0
}
iOS 11 UITableView grouped 樣式頭部會出現(xiàn)過多向下偏移的問題 解決方法:
if #available(iOS 11, *) {
tableView.estimatedSectionHeaderHeight = 0
tableView.estimatedSectionFooterHeight = 0
}