forkingdog / UITableView-FDTemplateLayoutCell

Template auto layout cell for automatically UITableViewCell height calculating
MIT License
9.93k stars 2.01k forks source link

特别注意事项,该方法可解决你们超大难题 #405

Open ShouBinCheng opened 5 years ago

ShouBinCheng commented 5 years ago

使用该库在ios12以下存在抖动现象。所以使用该库,务必请设置。 tableView.estimatedRowHeight = 0; tableView.estimatedSectionFooterHeight = 0; tableView.estimatedSectionHeaderHeight = 0;

该方法可解决你们超大难题。

cddjr commented 5 years ago

当年适配ios11的时候就应该知道了吧 :)

Kevin775263419 commented 2 years ago

优秀