Set proper height for UITextView which is inside of UIStackView and UITable.headerView
Jul 19, 2021
The title sound like complicated, so here is layout
Layout
Solution
- Set a layout constraint for the height of UITextView
- Set a height of text view using sizeThatFits method. It makes the contentSize value properly
- Change UITextView height using contentSize value of the UITextView