Opacity icon

Resolution Independence for iOS App Images

To make your iOS application's images work with high resolution, make two versions of the image. One should be at 1x resolution, with a name like .png, and the other should be at 2x resolution with a name like @2x.png. iOS will automatically load the correct image depending on the device's resolution.