How to give constraint to below view
Here how to give constraints to blue doted imageView.
for label giving
top = 10, leading = 20, trailing = 20
so if text change label height also changing... but the doted image stick on the same place
because for blue doted image
width = height = 15, leading, top to above doted image = 20
When text change in label.. Label is expending but the doted image not coming with its label.
How to give constraints to small doted image.. if the above label increases its height then doted image also come down similar to its right label, Please suggest me constraints.