ios-good-practices icon indicating copy to clipboard operation
ios-good-practices copied to clipboard

What image asset do we need

Open PH9 opened this issue 6 years ago • 1 comments

For example: This less-than sign image is use for back button. And designer want it to be size of 32x32 for the orange bounds that you can see. What should we export? Just less-than sign image or less-than sign image with space?

screen shot 2561-05-10 at 22 20 50

PH9 avatar May 10 '18 15:05 PH9

My personal suggestion is to generate assets in the size they're needed at, e.g. the full 32x32 for the example chevron including the margins. Otherwise you'd need changes in layout code if the image is swapped out for something that doesn't share the exact same size and aspect ratio.

kiliankoe avatar May 10 '18 21:05 kiliankoe