forkingdog / UITableView-FDTemplateLayoutCell

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

- (CGFloat)fd_heightForHeaderFooterViewWithIdentifier:(NSString *)identifier configuration:(void (^)(id))configuration; #403

Closed zj381652512 closed 4 years ago

zj381652512 commented 5 years ago
zj381652512 commented 5 years ago

大佬,用您的库v1.6做仿好友圈,发现计算高度完全不正确,一看没有执行block, header没有被撑起来

zj381652512 commented 5 years ago

如果是xib的cell,会因为从xib生成cell时有默认宽度,会导致计算高度错误,故: