Randy McMillan created CB-624:
---------------------------------
Summary: Better Retina display support
Key: CB-624
URL: https://issues.apache.org/jira/browse/CB-624
Project: Apache Callback
Issue Type: Improvement
Components: iOS
Affects Versions: 2.0.0
Environment: iOS retina detection and template images
Reporter: Randy McMillan
Assignee: Shazron Abdullah
Fix For: 1.7.0
Create a global (isRetina) boolean to allow better retina display support
across future releases and plugins.
Include all possible instances of icons, splash screens with names that conform
to Xcode and are more explicit.
Example:
icon-57.png
[email protected]
icon-72.png
[email protected]
Default.png
[email protected]
Default-Portrait~ipad.png
Default-Portrait@2x~ipad.png
Default-Landscape~ipad.png
Default-Landscape@2x~ipad.png
and make correspoding changes to the Application template.
By including the ipad splash screens the
WARNING: Splash-screen image 'Default-Portrait' was not found. Orientation: 1,
iPad: 1
will be eliminated and provides correct AutoHideSplashScreen = NO functionality
upon creation of the xcode project.
Eliminate underscores from Capture.bundle image names and add retina supported
images with correct names.
Example:
controls-bg.png
[email protected]
controls-bg~ipad.png
controls-bg@2x~ipad.png
image-name.png
[email protected]
image-name~ipad.png
image-name@2x~ipad.png
my 2₵
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira