Some native iPhone applications (like Clock) display different default images while loading depending on where the user was when the app shut down last.
I wonder if that's something only Apple apps can do, or if mortals can do that, too.
Some native iPhone applications (like Clock) display different default images while loading depending on where the user was when the app shut down last.
I wonder if that's something only Apple apps can do, or if mortals can do that, too.
Use a blank Default.png and then in your app delegate's -applicationDidFinishLaunching:
method, load a UIView
that contains your dynamic content. This solution sidesteps any conflicts with Apple's SDK terms as well as all technical problems.
AFAIK it's for immortals only. There is however one for each orientation and a separate set for the iPad. But nothing that allows you to change those once built.