Reputation: 443
In side my project I have LaunchScreen.storyboard file where I create a Launch screen and also I keep the launch screen images Inside AssetCatelog>LaunchImages
so from where my launch screen showing? and also Unable to set the position of my App Logo center inside LaunchScreen.storyboard while changing the device the logo automatically changes to another devices
Upvotes: 0
Views: 169
Reputation: 1298
I guess the constraints to the logo image within the launch storyboard are missing.
You will have to add the center vertically and horizontally constraints as in the gif below.
You might also need to add the width and height constraints.
You can check this tutorials on autolayout
Upvotes: 1