watchkit - Optimal image size for icon in Watch app table row -
what optimal/max image size icon in watch app table row, in order avoid scaling of original image?
while default row 40 points high, image large 36 points (for 42mm or 34 points 38mm), assuming default interface group , image settings, avoid scaling image.
answer original question:
there's no optimal point size wkinterfacetable
row image.
it's more of a ux issue, since size of image based on how prominent want versus adjacent text. if compare these 2 examples, apple music watch app uses 24 point image, while watchkit catalog sample code uses 35 point location marker image.
it's easier focus on music text, since font size larger, , image not larger text. it's more difficult concentrate on wkcatalog text, because of tendency our eyes drawn larger location marker.
regardless of size choose, ensure pixel (not point) sizes both width , height, avoid image blurring.
Comments
Post a Comment