Reputation: 173
I want to have the same background for every size of iPhones and iPads using scale to fill mode.
This is my background:
This is how my Image View looks in Xcode:
The question is why it doesn't scale to fill when I run this on emulator (iPhone 4s)?
Any ideas for this problem?
Upvotes: 0
Views: 3012
Reputation: 23407
Set constrain of imageView as below image. Add adding 4 Constrain.
OUTPUT :
Upvotes: 6