[ 
https://issues.apache.org/jira/browse/CB-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459840#comment-13459840
 ] 

Becky Gibson commented on CB-1502:
----------------------------------

FYI: I could avoid this code in loadView:  
if (CDV_IsIPhone5()) { // need to set it to 2.0x if not it will be 1.0 scale 
but too big for the screen
        microphone = [UIImage imageWithCGImage:microphone.CGImage scale:2.0f 
orientation:UIImageOrientationUp];
    }

by using the same pixel depth as the @2x image but just increasing the height 
by 176 (but do not include @2x in the filename).  
                
> Update Capture Audio images for iPhone 5
> ----------------------------------------
>
>                 Key: CB-1502
>                 URL: https://issues.apache.org/jira/browse/CB-1502
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Becky Gibson
>            Assignee: Shazron Abdullah
>             Fix For: 2.2.0
>
>
> Need at least a new microphone.png for iPhone 5.  The placement of other 
> images in the view are based off of the microphone size so probably don't 
> need to update other images.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to