UITableView auto resizing row constraint breaking mysteriously on iPhone 6Plus

前端 未结 3 965
别那么骄傲
别那么骄傲 2020-12-03 16:49

I have a custom UITableViewCell which has a thumbnail and bunch of text. The row height is configured to be calculated automatically using

tableView.estimat         


        
3条回答
  •  情话喂你
    2020-12-03 17:24

    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.

提交回复
热议问题