Use @2x retina images for ipad in universal app? and does apple prefer native apps?

后端 未结 4 819
梦如初夏
梦如初夏 2020-12-23 15:27

I know there were some discussions about this but i could not find good answer?

My questions are -

  1. I know that -

      [UIImage imageNam         
    
    
            
4条回答
  •  情歌与酒
    2020-12-23 15:55

    Maybe you can duplicate all images resources image@2x.png to image~ipad.png. Be careful to the case of "~ipad.png". But you have to manually manage stretched image with Cap (stretchableImageWithLeftCapWidth: topCapHeight:).

提交回复
热议问题