which produces the best performance and appearance? I’ve noticed that vector circle edges don’t appear that smooth in the simulator. is it better to just create them as a png?
Vectors are less memory, but due to device scaling can produce some non-smooth edges. Using PNG images gives you the most control, but take up both more memory and make your app bundle larger.
Rob
Vectors are less memory, but due to device scaling can produce some non-smooth edges. Using PNG images gives you the most control, but take up both more memory and make your app bundle larger.
Rob