views:

70

answers:

3

I managed to design a fairly decent launch image/default.png. But I noticed that it just flashes for a second then goes to the UI. Is it possible to code the launch image and make it dynamic? Remaining on screen until the user touches it or a button. Or is this something one would definitely not want to do?

Thanks,

~D1~

A: 

Personally I would do anything to make my application appear more responsive as this is a major factor in how users judge the "performance of your application".

So a corollary of this is ever do anything to delay the user getting to the UI.

Dave Webb
+1  A: 

To quote Apple's HIG:

"If you think that following these guidelines will result in a very plain, boring launch image, you’re right. Remember, the launch image is not meant to provide an opportunity for artistic expression; it is solely intended to enhance the user’s perception of your application as quick to launch and immediately ready for use."

iPhoneDollaraire
A: 

If your app is ready to use in a flash, then so be it. Put the image in an about box or something. Do NOT delay the user getting to your app for any reason. That's the sort of thing that makes me want to hunt down developers and yell 'what were you THINKING' at them.

Michael Kohne