views:

55

answers:

1

Is it possible to make the iphone app splash screen pick up a random image or text? So that it is different every time (e.g. display tips)? If so how?

+3  A: 

This is not possible. The Default.png file in your application is always the "splash screen". To try and alter it after the application has been built would alter the signature of your application, and it would not launch the next time it was run. (Assuming you can write to files within your application bundle, which I have not tried.)

fbrereto
You can not write files within your application bundle.
Eric Schweichler
Thanks a lot guys!
XiLei