teepusink
teepusink

Reputation: 28882

iPhone - Objective C, on app launch image

I'm using the Utility Application template to build my app. Having a hard time getting an image to show up as the app launch. (I'm having this difficulty with all the templates basically)

Basically, right now when the app launch, it starts with a black background and it takes a second or 2 before the content appears. However, I see that some apps has an image as it opens up. How do they do that?

I tried adding it to the "UIWindow" and have it set to "visible at launch". It doesn't quite work as expected. (i.e I think it goes behind the views since it is visible only when the views are flipping)

Thank you, Tee

Upvotes: 0

Views: 957

Answers (1)

Eimantas
Eimantas

Reputation: 49344

You need to add Default.png image to your resources directory. That should do the trick.

Upvotes: 5

Related Questions