bug描述:在iOS11和12系統(tǒng)下力细,刷新tableview時,會出現(xiàn)向上偏移一大塊的鬼畜現(xiàn)象诅蝶。
解決方法:代碼中添加以下三行代碼即可
tableView.estimatedRowHeight = 0
tableView.estimatedSectionFooterHeight = 0
tableView.estimatedSectionHeaderHeight = 0
bug描述:在iOS11和12系統(tǒng)下力细,刷新tableview時,會出現(xiàn)向上偏移一大塊的鬼畜現(xiàn)象诅蝶。
解決方法:代碼中添加以下三行代碼即可
tableView.estimatedRowHeight = 0
tableView.estimatedSectionFooterHeight = 0
tableView.estimatedSectionHeaderHeight = 0