Search code examples
xamarinxamarin.formsxamarin.iossplash-screenxcode-storyboard

Xamarin.Forms iOS full screen image splash screen using storyboard


In my Xamarin Forms Application, I used Storyboard as Splash screen, In Splash screen I need to display a fullscreen image splash screen so what I do is I added a assets image and inside asset image, I added different image sizes 1x 2x 3x.

Media.x assets and on my Storyboard, I have this setting

Story board Knowing that I set different images from different sizes, I'm still having an issue when I run my app from a different device simulator. the splash screen with a fullscreen image becomes weird. Please see below images for the results

EMULATOR Anyone whats to share there sample solutions regarding this is much appreciated.


Solution

  • Instead of Adding image in Assets add your converted images to your resources folder.

    For Splash Screen image adjustment follow this link https://tomsoderling.github.io/Use-all-the-space-on-iPhone-X/