Vidhya
Vidhya

Reputation: 443

From where Launch Screen Images Shows on iOS Xamarin Forms?

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

Here is two sample enter image description here enter image description here

Upvotes: 0

Views: 169

Answers (1)

Pooja Kamath
Pooja Kamath

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.

enter image description here

You can check this tutorials on autolayout

enter link description here

Upvotes: 1

Related Questions