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

TableView刷新跳动问题

时间:2018-12-08 15:43:21      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:获得   商业   footview   使用   加载   ble   otv   edr   著作权   

https://juejin.im/post/5aca1a04f265da2391486533

解决办法:

将估算高度设置为0即可:

tableView.estimatedRowHeight = 0;
复制代码

如果你有使用、加载sectionHeadView或sectionFootView的需求,也会出现闪屏现象,同理将这两个估算高度设置为0即可。

tableview.estimatedSectionHeaderHeight = 0;
tableview.estimatedSectionFooterHeight = 0;

作者:Eddiegooo
链接:https://juejin.im/post/5aca1a04f265da2391486533
来源:掘金
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

TableView刷新跳动问题

标签:获得   商业   footview   使用   加载   ble   otv   edr   著作权   

原文地址:https://www.cnblogs.com/tufei7/p/10087691.html

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