博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iOS11 刷新TableView上下跳动
阅读量:6446 次
发布时间:2019-06-23

本文共 397 字,大约阅读时间需要 1 分钟。

AppDelegate 添加

if #available(iOS 11.0, *) {
UITableView.appearance().estimatedRowHeight = 0; UITableView.appearance().estimatedSectionFooterHeight = 0; UITableView.appearance().estimatedSectionHeaderHeight = 0; UITableView.appearance().contentInsetAdjustmentBehavior = .never } 复制代码

转载于:https://juejin.im/post/5a31ebdff265da43200341ba

你可能感兴趣的文章
MyBatis+Spring结合
查看>>
shell实例-判断apache是否正常启动
查看>>
Android studio之签名配置
查看>>
聊聊EIGRP的自动汇总与手工汇总
查看>>
SharedPreferences存储复杂对象解决方案
查看>>
Office 365之SkyDrive Pro
查看>>
脑残式网络编程入门(二):我们在读写Socket时,究竟在读写什么?
查看>>
无缝滚动实现原理分析【公告栏】
查看>>
Java Web 高性能开发
查看>>
redis-cli 命令总结
查看>>
CentOS 4.4双网卡绑定,实现负载均衡
查看>>
GitHub页面使用方法
查看>>
Python爬虫综述(笔记)
查看>>
Scala之柯里化和隐式转换
查看>>
wmic命令
查看>>
Merge and BottomUpSort
查看>>
reids 安装记录
查看>>
获取androdmanifest里面的meta-data
查看>>
Centos 6.3编译安装nagios
查看>>
如何实现7*24小时灵活发布?阿里技术团队这么做
查看>>