Hello,
Can someone explain to me how I can add an image which fills the screen for the splash screen? I am talking about the launch image.
I can't seem to find a solution which works, before I tried the current solution, the logo was going outside of the screen.
After I tried several solutions ended trying this application: https://github.com/raphaelhanneken/iconizer
The issue now is that the the top and bottom is white, meaning the image is contained not covering the entire screen.
In the Xcode storyboard I set the Content Mode to Aspect Fill, I added the colors of the image to the background to ensure there are no issues....
Can someone explain to me how I can add an image which fills the screen for the splash screen? I am talking about the launch image.
I can't seem to find a solution which works, before I tried the current solution, the logo was going outside of the screen.
After I tried several solutions ended trying this application: https://github.com/raphaelhanneken/iconizer
The issue now is that the the top and bottom is white, meaning the image is contained not covering the entire screen.
In the Xcode storyboard I set the Content Mode to Aspect Fill, I added the colors of the image to the background to ensure there are no issues....