iOS app non-retina and retina images concept

后端 未结 5 577
逝去的感伤
逝去的感伤 2020-12-29 12:55

I am asking this question just for information and to clear my concepts about images in iOS application (Retina and non-retina devices

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-29 13:41

    The main purpose of using non-retina images is the performance enhancement and image quality on older devices due to the required down-scale operations.

    So for older devices performance you should use non-retina images.

提交回复
热议问题