[TIMOB-3133] iOS - iphone idiom on ipad - new splash screen had resizing issues
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Hold |
Resolution Date | 2011-04-15T03:37:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M10 |
Components | iOS |
Labels | idiom, ios, iphone, release-1.6.0, reported-1.6.0, screen, splash |
Reporter | Thomas Huelbert |
Assignee | Blain Hamon |
Created | 2011-04-15T03:37:44.000+0000 |
Updated | 2017-03-03T17:16:50.000+0000 |
Description
iphone idiom on ipad only.
1.create a stub iphone project
2.install it to ipad, launch and eyeball the screen
results: the plash loads of center, looking a little low rez, then redraws/repositions it self ot its final location
us, results should say "the splash loads off center, then redraws/repositions itself to its final location"
Turns out it's an Apple bug. That is, when the app launches, iOS uses default@2X.png instead of the default.png that we use and iOS SHOULD be using. Since our default@2x isn't an exact double-size image, you can tell the difference.
Because we're actually doing the right behavior, and there's a chance that Apple could fix it in the future, I advise against being bug-compatible on this one.
I was going to file a radar against it, but Apple ate it.
Closing ticket due to time passed and irrelevance of ticket.