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:
UIStatusBarHidden
UIViewControllerBasedStatusBarAppearance
Thanks!
1 Answer(s)
-
0
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