[ALOY-1134] Add @3x images and new icon sizes to new-app templates and samples
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-09-12T20:24:47.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.5.0 |
Components | Samples & Templates |
Labels | ios8, qe-manualtest |
Reporter | Tim Poulsen |
Assignee | Tim Poulsen |
Created | 2014-09-09T20:23:04.000+0000 |
Updated | 2014-11-19T22:12:57.000+0000 |
Description
To support the iPhone 6/6+ screen sizes, we will need to add new icons and launch screen images to our new-app templates and samples.
See https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html#//apple_ref/doc/uid/TP40006556-CH27-SW1 for the complete list.
For iPhone 6, launch images:
750 x 1334 (@2x) for portrait
1334 x 750 (@2x) for landscape
For iPhone 6 Plus:
1242 x 2208 (@3x) for portrait
2208 x 1242 (@3x) for landscape
New icons: 180x180, 120x120, 87x87
Attachments
File | Date | Size |
---|---|---|
Default-Landscape_1334x750.png | 2014-09-12T06:12:46.000+0000 | 571487 |
Default-Landscape_2208x1242.png | 2014-09-12T06:12:46.000+0000 | 1863539 |
Default-Portrait_1242x2208.png | 2014-09-12T06:12:46.000+0000 | 1734238 |
Default-Portrait_750x1334.png | 2014-09-12T06:12:46.000+0000 | 773314 |
logo.png | 2014-09-12T17:59:30.000+0000 | 255854 |
http://ticons.fokkezb.nl/ has "experimental" support for creating these graphics from a set of starting images
Images for now (need to be renamed). Need icons.
I don't think the iPhone 6 (non-plus) model can launch apps in landscape mode. Thus, I think the Default-Landscape_1334x750.png screen is unnecessary.
PRs 1_5_X: https://github.com/appcelerator/alloy/pull/559 master: https://github.com/appcelerator/alloy/pull/560
While the assets are copied to the project, at this time, they are not used by the app (simulator).
Confirmed images are added correctly to the project assets but currently still not used by the app (icons and splashscreen shown on iOS 6 / 6+ simulators are still not the ones added in the PR). TiSDK 3.4.0.v20140912164913 Appcelerator Studio 3.4.0.201409121853 CLI 3.4.0-rc3 Alloy 1.5.0-rc2 Xcode6 GM Closing.