Home > Blockchain >  Splash screen look different on device vs storyboard
Splash screen look different on device vs storyboard

Time:09-16

I'm trying to make a splash screen on ios, but weird is, it fit perfectly when using storyboard but not fit when using simulator or real device

It show perfect on storyboard enter image description here

But small in real or simulator enter image description here

Please help, i don't know what going on

CodePudding user response:

Set Top, Bottom, Leading, and Trailing constraints to 0. Don't Give Height and Width to it, just constraints are enough.

enter image description here

  • Related