I am new to AutoLayout and struggling with it a bit. I have UIImageViewwhich is part of the UIView. When the application runs on a 3.5-inch device , I want the UIImageView to resize to fit the screen.
I am not sure how to achieve this. From what I have seen so far, you can only set the fixed width and height of the views, is it possible to make them dynamically resized ? In other words, how UIImageViewdoes the size change to fit the height of the super view?
Petar source
share