Let's supose I have a UIImageView at y=10 while the screen is height:100.
What constraints do I have to set if I want the image to be always for example at y:10% of the parent? Parent height:100 - UIImage y:10 Parent height:200 - UIImage y:20 Parent height:320 - UIImage y:32
Is there a way to do this without coding? (only constraints in Interface Builder)? Hint: before autolayout this was really easy.
Thanks!