Base solution for your next web application
Open Closed

Change Splash Screen iOS #9997


User avatar
0
devinedon created

ANZ 9.3 - .NET Core + Angular

I am aware that to change the splash screen to resemble your logo you would do the following:

iOS uses an image to display a splash screen depending on which screen size the application is running on. Replace the images Default*.png in \Resources\ folder with the same sizes. You can also change Icon*.png according to your custom icon.

However how would I go about filling the screen throughout the application for devices such as iPhone x. I attempted setting SafeAreaLayoutGuide in the storyboard however nothing helped.

I also attempted adding these values to the info.plist file but didnt change anything:

<key>UIStatusBarHidden</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>

Thanks!


1 Answer(s)
  • User Avatar
    0
    devinedon created

    For anyone that is interested, you need to create a storyboard in VS under resource and set this under the info.plist as per image below