When launching an iOS application, the screen jumps from the Default.png into the interface. For a current project, I’d like to fade in from that Default.png into the app’s interface. Is there a good way to do this?
When launching an iOS application, the screen jumps from the Default.png into the interface.
Share
I took a bit of rooster117 and runmad’s answers, and this is what I came up with.
Add a UIImageView to the first UIViewController’s properties:
Then, for the “home screen” of the iPad app, I call the following: