For example, I have a 100*100
size imageview or button, and I want to set its image or backgroundImage
with a local .png
file. Based on my understanding, I need to create 3 sets of images, i.e. 100*100
for @1x
, 200*200
for @2x
, 300*300
for @3x
. I am not sure if my understanding is correct or not, can anyone help?