Reputation: 3274
I have added a UIImageView in Launchscreen.storyboard with one image say (splash.png) , but Changing image in asset folder with same name (splash.png) Image , does not actually change on Device instead it shows blank white or same old image as if it have gotten stuck on it. Any idea why is this happening?
My requirement is to change the splash screen in build time and by only changing the image (with same name) in asset folder.
Any help?
Thanks.
Upvotes: 0
Views: 901
Reputation: 3274
I found other solution for launch image.
Upvotes: 2
Reputation: 3723
I know this is a weird issue that everyone faces at some point of time.
For the simulator, resetting content and settings worked for me.
Got to Simulator
> Reset Content and Settings
Sometimes you need to restart the simulator or even Xcode if that matters. If it's the device, try deleting the app or restarting it would fix the issue.
Upvotes: 0