Good day! I'm working on AIR mobile application for iOS. This is a great feature on iOS which can show the static image before the AIR is initialized. But my app has a really lot of content. When the AIR is initialized user can see the black screen for a few seconds. So, i've made some kind of a preloader to handle this situation. But now I have all launch images embedded in my preloader. I've made this to show the same image which was shown by iOS so user even doesn't see that something changes in my app. This is the question: maybe there is a way to get a path to the launch image, which was shown by iOS? On example by this.loaderInfo.something (but i can't find there something like this). This feature will be really helpfull, and I will no longer need to embed all of launch images, so the app size will be smaller.
↧