forkingdog / UITableView-FDTemplateLayoutCell

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

ios12 Xcode10 #379

Open chasen-d opened 6 years ago

chasen-d commented 6 years ago

[LayoutConstraints] 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. 真机模拟器均有此问题,Xcode9.4.1调试iOS12的真机也有这个提示,但是masonry并没有约束异常的警告打印。

guolingege commented 1 year ago

I met this error too. Xcode Version 14.0 (14A309), iPhone 11, iOS 15.4.1