forkingdog / forkingdog/UITableView-FDTemplateLayoutCell
在iOS 11控制台输出这样的log,确实高度计算也有问题
- Dominant language
- Objective-C
- Stars
- 9.9k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
> Changing the translatesAutoresizingMaskIntoConstraints property of the contentView of a UITableViewCell is not supported and will result in undefined behavior, as this property is managed by the owning UITableViewCell
当注释掉
`// templateCell.contentView.translatesAutoresizingMaskIntoConstraints = NO;`
计算高度正常不知道为什么,附上两种情况的截图


Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.