I realized that some iOS applications launch very quickly (for example, YouTube - from Google, Skype, iTunes).
I created an empty application (using the standard tab template), and I did not change the code at all, just added a splash of images. When I tested (I tried both the developer and the Ad-Hoc profiles for signing to check if there is a difference), it did not start as fast as the above applications.
When I click the application icon on the deviceβs application icon, it gets darker for about 0.2-0.5 seconds, and then start showing a splash.
My question is how to make my application launch very fast, and is there any trick to display a burst of image very quickly? (I wonder how my empty applications start up slower than the above applications?)
thank
source
share