Reputation: 21237
I am trying to layout a pretty simple screen. I have cleared out all warnings and errors and everything looks great on the storyboard. But when the screen draws, my UIImageView
gets compressed vertically. I can't figure this out. Can anyone see what I am doing wrong or suggest what I should be looking at? Thanks!
Notice how the image is vertically compressed:
Upvotes: 0
Views: 67
Reputation: 2954
It is because you didn't specify height constraint of the imageView.
Upvotes: 2