I am trying to make expandable cells using combination of UITableViewAutomaticDimension row height and Autolayout of the cells. To make things simple, I started
UITableViewAutomaticDimension
Remove the height constraint i.e 200 as it is conflicting with top and bottom constraint.
Hope it helps..