TL;DR How to prepare images for apple watch?
There are 2 types of resolution for apple watch:
38mm: 272x340
42mm: 312x390
If I have an image 136x108 (the image above) for WKInterfaceButton/WKInterfaceImage, how can I make sure it looks good on both watches?
I've set the storyboard to Any Screen Size, Height is set to "Size to fit Content" and width is set to "relative to container
Question: 1) Is the resolution of the image too low (136x108)? How should I measure the height and width? e.g. height of the watch - height of the button (how to get this height) = ?
2) What should I set for the size width and height property?
a) Size to fit, relative to container, or fixed?
3) For the Images.xcassets, what's the resolution needed for each @1x @2x and @3x