Image Assets catalog doesnt recognise retina 4 photos in xCode5

前端 未结 2 2033
野性不改
野性不改 2020-12-17 20:07

For start what I am trying to do i am not even sure that is possible(looks that is) In the feature of image assets in Xcode you can select for an imageSet to be either Unive

2条回答
  •  攒了一身酷
    2020-12-17 20:29

    The "R4" image will only work on 4-inch iPhone running iOS 7 or later. On older version of iOS it will use 2x image.

    Example. If you use images like this:

    Xcode 5 screenshot

    you will see:

    • iPhone 5 iOS >= 7 - number 3,
    • iPhone 5 iOS < 7 - number 2,
    • iPhone 4, 4S - number 2,
    • iPhone 3GS - number 1,
    • iPhone 5C and 5S - number 3.

提交回复
热议问题