Search code examples
iosxcodelaunch-screen

LaunchSreen Image not Showing Properly ios


I'm setting a simple image with some constraints on width and height and be centered in parent view in LaunchScreen.Storyboard and its showing it properly and the right position but when I run the Project seem like the image is Squeezed , any Idea on what may cause the problem ? enter image description here


Solution

  • this would happen when the personal hotspot is on ( or other such things that add height to status bar ) and the status bar become 20px more longer , fixing that will fix this issue.