Matt
Matt

Reputation: 2863

IPhone App Load Screen

When my application first loads on the iphone it throws up a black screen for about 1/2 a second than it goes into the app. Im just wondering what screen this is that first shows on load? I would like to edit it so i can show my logo on it so the user doesnt just get a black screen.

It is an application based off the standard navigation template.

Thanks in advance

Upvotes: 2

Views: 784

Answers (2)

Douglas
Douglas

Reputation: 37763

Here are the Human Interface Guidelines for the launch image, note that they recommend not to use a branding logo for this image. Documentation about which default launch images you can define is in the Application Launch Images section.

Upvotes: 3

Vladimir
Vladimir

Reputation: 170829

You can add an image shown on application startup - if it is named Default.png - it will be used by default. Or you can specify image name in "Launch image" field in application plist file.

Upvotes: 3

Related Questions