tableView 使用 reloadSections:withRowAnimation: 时,会跳动的问题
生活随笔
收集整理的這篇文章主要介紹了
tableView 使用 reloadSections:withRowAnimation: 时,会跳动的问题
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
iOS11默認開啟Self-Sizing 如果你沒用到預估高度 那么你嘗試在Appdelegate.m中的didFinishLaunchingWithOptions方法中,加上如下代碼,看看是否有效
if (@available(iOS 11.0, *)) {UITableView.appearance.estimatedRowHeight = 0;UITableView.appearance.estimatedSectionFooterHeight = 0;UITableView.appearance.estimatedSectionHeaderHeight = 0;}
?
轉載于:https://www.cnblogs.com/somebodywx/p/9025553.html
《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的tableView 使用 reloadSections:withRowAnimation: 时,会跳动的问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: jQuery实现点击开关图片切换
- 下一篇: Mac 下anaconda安装mysql