"Preloading" with a mobile iOS app.
Couple of questions:
First, for iOS packager, how can I manually set the splash screen (Default.png?) for my app?
Second, how is the concept of preloading different for a packaged iOS app than a flash SWF?
I am used to either having one SWF load another and having some animation play in the meanwhile. Or I use a [Frame(factoryClass="myPreloaderClass")] in my actionscript projects.... my question is, is preloading still necessary when using packaged apps? Will preloaders display/run on packaged iOS apps? What are considered the best practices for this as of release of FB4.5?
Cheers!