johnxnguyen / Down

Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.
Other
2.25k stars 324 forks source link

IntrinsicContentSize not working in dynamic height UITableViewCell #293

Open roimulia2 opened 1 year ago

roimulia2 commented 1 year ago

ℹ Please replace this with what you did.

I placed a DownTextView inside a UITableViewCell, set up the appropriate constraints, but it's not respecting the content of the text view. With other frameworks and simple labels it's working as expected. Instead the cell is showing height of 0.

Is the DownTextView height is being calculated automatically?