Reputation: 2527
I am trying to figure out how apps like Convertbot and Appzilla, have loading screens that fades away at both ends. I attached a picture because it is hard to explain. Any ideas, suggestion, tutorial. I'd love to implement this into my app.
Upvotes: 2
Views: 240
Reputation: 13676
It's actually pretty simple. They've got a default graphic (Default.png) that shows the initial screen. Once the application has loaded, the very first view that comes up has the very same graphic, providing a seamless transition between the startup screen and the application. There's a short delay before an animation of some sort within the view opens up the doors and reveals the main navigation.
Upvotes: 5