Rahul Vyas
Rahul Vyas

Reputation: 28720

strange splash screen problem in iphone native application?

i have a application i put Default.png for splash screen according to apple's documentation.the splash screen is displaying fine.but when i delete the Default.png and references of png.it does not removed it is still showing the splash screen.i am running the program in simulator.?

Upvotes: 0

Views: 1070

Answers (1)

David Wong
David Wong

Reputation: 10294

Simple solution:

  1. Stop any iPhone Simulation
  2. In XCode click Build -> Clear in the menu bar
  3. Uncheck both boxes and click "clean"
  4. Rebuild your application.

Upvotes: 1

Related Questions