0

this is my image with constraintI want to make an application which has splash image of full screen size.App should be compatible to all the device from iphone 5 to iphone 10.but when i add image in launchscreen.storyboardit leaves the space from right left and bottom.how to add full screen image to launchscreen.storyboard ? if image view is added in launchscreen and image is added .Content mode is also scaletofill still its not working. i have used assets also but wont achieve it? pls help with the answers.thanx in advance

Aashi
  • 170
  • 2
  • 14

2 Answers2

2

I think, when you are setting the constraints of imageView in LaunchScreen.storyboard, constraints to margin is checked.

try setting the constraints of your imageview, while keeping the constraints of margin unchecked. It will make your image go fullscreen.

Hope it helps :)

enter image description here

Madhur
  • 1,056
  • 9
  • 14
1

While adding top and bottom constrain, Select View instead of Safe Area.

enter image description here

Piyush
  • 1,156
  • 12
  • 20