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)
-
0