Search code examples
iosxcodesplash-screen

changing splash screen, duplicate splash screen


I deleted previous splash image and added new splash image in XCode, but when I start app the first it show previous splash image (like it is not deleted) and after that new splash image? I also checked Launch screen.xib file and there is just new splash screen image, but app still showing first the deleted one image and new after that on startup of app. I rebuild application few times, but no success.

Thanks in advance.


Solution

  • Hello and thanks everyone for help. I am not really sure what is happening with project, I can not change splash screen after cleaning and rebuilding whole process. My solution was to delete an existing splash screen and create another one with different name, that I initialize later in my code, and it works.