iPhone Launch Image zoom animation not working on physical device
Posted
by user341542
on Stack Overflow
See other posts from Stack Overflow
or by user341542
Published on 2010-05-14T19:10:32Z
Indexed on
2010/05/14
19:14 UTC
Read the original article
Hit count: 216
I have developed an iPhone app with a launch image. When starting the app in the simulator, the image zooms in as expected. However, when the app is deployed to my physical device, the zoom animation is very short and sometimes completes instantaneously.
I'm sure it's nothing to do with my app start up as I put a sleep call in applicationDidFinishLoading to slow it down and this occurs after the zoom animation has completed.
© Stack Overflow or respective owner