iOS Auto Layout UILabel & Parentview size According to Text in UILabel

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

Step by Step Guide :-

Step 1 :- Set constraint to UIView

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

enter image description here

Step 2 :- Set constrain to Label 1

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

enter image description here

Step 3 :- Set constraint to Label 2

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

enter image description here

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

enter image description here

Step 5 :- (Optional) Set constrain to UIButton

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

enter image description here

Output :-

enter image description here

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

enter image description here

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



Got any iOS Question?