美文网首页
全局表格适配

全局表格适配

作者: 白色天空729 | 来源:发表于2018-10-05 23:08 被阅读2次

写在全局代理即可。

if (@available (ios 11.0, *)) {
       UITableView.appearance.estimatedRowHeight = 0;
       UITableView.appearance.estimatedSectionFooterHeight = 0;
       UITableView.appearance.estimatedSectionHeaderHeight = 0;
   }

相关文章

网友评论

      本文标题:全局表格适配

      本文链接:https://www.haomeiwen.com/subject/vwdcaftx.html