An image is set on an imageView. In assets, i have 1x 2x and 3x images for that.How I know that particular device is picking 1x or 2x or 3x .There is any way to check it programatically in ios using swift.
UIScreen.main.scale Is way to getting that particular device is picking 1x or 2x or 3x according to its scale. but truly , it is not behave like that . iPhone 6s+ plus is not picking 3x. always get blurred image.