码迷,mamicode.com
首页 > 其他好文 > 详细

全局设置UITableView的属性|正确计算contentSize|MJRefresh mj_footer 能正常隐藏在底部,不因为数据过少展示在页面中部

时间:2019-12-26 20:59:23      阅读:470      评论:0      收藏:0      [点我收藏+]

标签:页面   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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!