Weird splash issue in native iphone app?

I have an application that I am setting Default.png for splash screen according to apple documentation. Splash screen shows fine.but when i delete Default.png and png.it links are not deleted it still shows splash screen.i run program in simulator.?

0


a source to share


1 answer


A simple solution:



  • Stop any iPhone Simulation
  • In Xcode click Build → Clean in the menu bar
  • Remove both windows and click "clear"
  • Rebuild your application.
+1


a source







All Articles