iPhone的-hd图片给ipad用。

来源:互联网 发布:mac顶栏隐藏 编辑:程序博客网 时间:2024/05/01 22:26

=============================================================================

CCFileUtils

=============================================================================


NSString *ccRemoveHDSuffixFromFile( NSString *path )

{

#if CC_IS_RETINA_DISPLAY_SUPPORTED


if(CC_CONTENT_SCALE_FACTOR() ==2 ||UI_USER_INTERFACE_IDIOM() ==UIUserInterfaceIdiomPad ) {



+(NSString*) getDoubleResolutionImage:(NSString*)path

{

#if CC_IS_RETINA_DISPLAY_SUPPORTED


if(CC_CONTENT_SCALE_FACTOR() ==2 ||UI_USER_INTERFACE_IDIOM() ==UIUserInterfaceIdiomPad)



=============================================================================

AppDelegate.m

=============================================================================

    if(UI_USER_INTERFACE_IDIOM() !=UIUserInterfaceIdiomPad )

    {

        if( ! [director enableRetinaDisplay:YES] )

            CCLOG(@"Retina Display Not supported");        

    }


原创粉丝点击