UILabel Parentview size According to Text in UILabel

suggest change

Step by Step Guide :-

Step 1 :- Set constraint to UIView

  1. Leading. 2) Top. 3) Trailing. (From mainview)

Step 2 :- Set constrain to Label 1

  1. Leading 2) Top 3) Trailing (From it’s superview)

Step 3 :- Set constraint to Label 2

  1. Leading 2) Top 3) Trailing (From its superview)

Step 4 :- Most tricky give a bottom to UILabel from UIView .

Step 5 :- (Optional) Set constrain to UIButton

  1. Leading 2) Bottom 3) Trailing 4) Fixed Height (From mainview)

Output :-

Note :- Make sure you have set Number of lines =0 in Label property.

I hope this info enough to understand Autoresize UIView according to UILabel’s height and Autoresize UILabel According to text.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents