iosobjective-ciphonexcode7uiimageasset

Set accurately Assets in Xcode 7 for all iPhone devices


I am looking for best solution for setting image assets in Xcode 7, I googled and found many threads those are discussing on setting on image assets. Here below is what I found

as also shown in attached image.Facebook Image

But there is no more Retina-4 option so I am confuse how to set accurately in below attached image.Xcode 7 Image Assets

1x: is for non retina

2x: is for retina (confuse here either for iPhone 4 Retina, 5 Retina or 6)

3x: is for 6 plus.

Correct me if I am wrong. Looking for clarification. Thanks


Solution

  • You will get all the information regarding Asset from top to bottom on this link.

    About Asset Catalogs

    According to your Question you can find information in proper detail on this link iosdesign-guidelines

    Developers work with point values, so it is important to understand the difference with pixels. When the iPhone was first introduced, the two units were the same: 1pt equals 1px. Then when retina screens came along, 1pt became 2px. So think of points as the values in the original iPhone, and pixels as the real values depending on the pixel density (iPhone 4,5,6 = @2x, iPhone 6 Plus = @3x).

    Check here for resolution ultimate-guide-to-iphone-resolutions

    enter image description here enter image description here