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
2010-03-25 17:04:16
You can not write files within your application bundle.
Eric Schweichler
2010-03-25 17:38:49
Thanks a lot guys!
XiLei
2010-03-27 01:10:36