I have a UIContainerView
that its embedded UIViewController
contains a UILAbel
and two UIButton
. The UILabel
text has a dynamic number of lines and it expands according to the number of it's number of lines. What I'm asking for is how to make the UIContainerView
expands to fit the new embedded label size?
I am using autolayout constraints
to manage the label height.