[TIMOB-1833] Default splash screen image jumps the amount of the status bar, ipad, iphone
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-04-15T03:03:30.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M08 |
Components | iOS |
Labels | defect, ios, ipad, iphone, release-1.6.0 |
Reporter | ctredway |
Assignee | Blain Hamon |
Created | 2011-04-15T03:03:28.000+0000 |
Updated | 2017-03-03T05:39:06.000+0000 |
Description
On both the iPhone and iPad, right before the apps initial window is shown, the splash screen image jumps up the height of the status bar. I found a work around to increase the size of the image to the full size of the device screens and the jump goes away. The KS shows this on both.
Actually I tried to have an hi-res image full size and with 40px less but still the image is jumping.
Doesn't happen if splash image is lo-res 320x480
I also have this problem.
It's an issue for anyone who follows Apple's human interface guidelines and tries to display a picture of their app UI instead of having a full-screen commercial splash screen with the status bar hidden.
if not completely wrong I resolved making sure to have two different img for the retina display and not...
Just use one image for retina and one for older devices display. It is the Apple HIG recommendation and standard way to do it. Titanium will properly setup your @2x image when compiling the app.
D'oh. Forgot to update this bug. This has been since fixed, but under bug #2633. Since that has the commit history, let's mark this one duplicate.
Closing issue due to time passed and irrelevance of the ticket.