forkingdog / UITableView-FDTemplateLayoutCell

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

Demo 跑起来会 crash #317

Open yanhuangzisuen opened 7 years ago

zhanghuanProgrammer commented 7 years ago

widthFenceConstraint.priority = UILayoutPriorityRequired - 1; 替换一下 widthFenceConstraint.priority = UILayoutPriorityDefaultHigh - 1;

PSSDeveloper commented 7 years ago
CodeMozart commented 7 years ago

感谢楼上的老哥,完美解决了10.2上的问题