Search code examples
iosuiviewsplash-screenuiwindow

iOS splash screen black window


Hi I just wondered if it is possible to change the colour of the black view that appears when you first launch an app. I am using a transparent splash screen image and wondered if possible to change the colour of this view/window or whatever it is before your app is launched. The reason I ask is because my app can be skinned for several clients and they have particular colour schemes. It would save me time having to remake a splash image with there chosen colour if this makes sense? Thats why I use a transparent splash...if not I will just have to remake the image with the colours required however my whole app colours can be changed in an instant minus the above requirement.


Solution

  • The splash screen will ALWAYS show the default image defined in your application bundle. It can be nothing else. You will have to create the image for each version of the application.