Dynamic Row Height Help

I have a very simple custom table cell with one label. The label has a fair bit of text in it, and it will take up more or fewer rows depending on the device that it is being displayed on.

I’d like the label to grow to fit the text, and I’d like the custom table cell to adjust height accordingly. I thought this would be simple with the “use dynamic height” option, but it’s just not working right.

I don’t see an example of this.

Any help?

Set the label constraints to:
Top = Parent top + 4
Left = Parent left + standard
Right = Parent right + standard
Bottom = Parent bottom - 4
Height >= 44

THANKS!