iosxamarinxamarin.iossplash-screenlaunchimage

Difference in using LaunchImages and LaunchScreen


I am working in xamarin ios. I found a difference between using LaunchImages from Assets and using LaunchScreen. When I use LaunchImages I feel that the UI gets little zoomed. But if I use LaunchScreen then its look fine.

Why this is happening? And what can I do to fix it?


Solution

  • If your UI looks little zoomed when using launchimages, its because lanch image with proper size is not added for specific devices in a launchImage asset of image.xcimageasset section.

    It will work if you add a proper image for the specific device

    enter image description here

    launch Image size guideline provided by apple are like given below: https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/launch-screen/

    enter image description here