I have a UIImageView
in a UIViewController's
view. What I want is to set it's height 1/3rd that of the view no matter what the screen size is. I of course know how to do this from code. But how to accomplish this using Storyboard/Interface builder only ?
Add a height constraint whose multiplier value is 1/3
so the image view's height will be one third of its superview's height.
--
Here is how it looks with different device sizes:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With