标签:页面 adjust app ima 展示 -- ever edr round
可在AppDelegate中设置
if (@available(iOS 11.0, *)) {
UITableView.appearance.estimatedRowHeight = 0;
UITableView.appearance.estimatedSectionFooterHeight = 0;
UITableView.appearance.estimatedSectionHeaderHeight = 0;
UITableView.appearance.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
}
全局设置UITableView的属性|正确计算contentSize|MJRefresh mj_footer 能正常隐藏在底部,不因为数据过少展示在页面中部
标签:页面 adjust app ima 展示 -- ever edr round
原文地址:https://www.cnblogs.com/huaida/p/12104233.html