Is there a way to create a animated Launch Image/Loading Screen ?
Printable View
Is there a way to create a animated Launch Image/Loading Screen ?
I wonder if there is a way to completely get rid of it (in XCode) and just have a frame with your animation.
That would be great. to replace some code directly in xcode - is this possible?!? (so to have ae: an animation istead of a frame, or to add push notification service,....)
You can remove the launch images in xcode easily. For the animated launch you use the first frame of mmf to create your intro. Its then just a case of copying this first frame to all your apps.
I have taken a simpler approach to get animated launches:
Use all black launch images and simply create my animated launch as the first frame. It's practically indistinguishable from the extra effort to do this in a purer sense and the best part is you can rely on MMF2 to ensure that your frame is adjusted for the rotation of the device.
This is a good Idea, but when finished laoding, does it automatically jump to the next frame ?
Jumping to the next frame is simple stuff... am I missing something here?
I know .... but i want to jump next frame when app has loaded.
Oh, so you're wanting to do the animation (like a progress bar or something entertaining) while the ios app is actually loading.
Yes