UITableView auto resizing row constraint breaking mysteriously on iPhone 6Plus

This warning is telling you there’s a conflict in your constraints.
Reduce the priority of the height constraint to 999 and it will go away. Tested it in your Github project and worked perfectly.

enter image description here

Leave a Comment