第13月第25天 ios11 uitableview reloaddata contentsize

Posted lianhuaren

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第13月第25天 ios11 uitableview reloaddata contentsize相关的知识,希望对你有一定的参考价值。

1.

 

                [tableView reloadData];

                dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{

              /*contentsize没有更新*/

                });

 

 

ios11默认开启Self-Sizing,关闭Self-Sizing即可。
self.tableView.estimatedRowHeight = 0; 
self.tableView.estimatedSectionHeaderHeight = 0;
self.tableView.estimatedSectionFooterHeight = 0;

 

http://www.cocoachina.com/bbs/read.php?tid=1725888

 

以上是关于第13月第25天 ios11 uitableview reloaddata contentsize的主要内容,如果未能解决你的问题,请参考以下文章

第38月第8天 ios13 _placeholderLabel

第25月第11天 deeplearning.ai

第18月第10天 iOS11 uicollectionview

第11月第23天 markedTextRange 崩溃

第12月第25天 ImagePickerSheetController

第25月第7天 聚宽 svm