I need to set up a launch screen for a Xamarin iOS app (part of Xamarin Forms app), I'm following this tutorial, but there I can only set the launch screen to only one image, I want to make sure that it will be displayed the same across all devices. I have added all sizes required in the Asset Catalogs> Assets> LaunchImages
and set the the Launch Screen to LaunchScreen in the Info.plist but the assets images are not available in the image drop-down list (only images in the same directory of the LaunchScreen.storyboard), so, the LaunchScreen dosn't have access to the assets folder of the Asset catalogs!
Any help?