Expandable UITableView Cell using Autolayout results in UIViewAlertForUnsatisfiableConstraints

后端 未结 2 1868
鱼传尺愫
鱼传尺愫 2020-12-06 15:15

I am trying to make expandable cells using combination of UITableViewAutomaticDimension row height and Autolayout of the cells. To make things simple, I started

2条回答
  •  情歌与酒
    2020-12-06 16:03

    Remove the height constraint i.e 200 as it is conflicting with top and bottom constraint.

    Hope it helps..

提交回复
热议问题