|  |      1mr_pppoe      2011-05-18 15:48:42 +08:00 带Retina的需要640x960,其他是320x480 | 
|  |      2IIssNan OP 包括Retina屏。我想问的重点在于是以哪个分辨率为基准去做设计,因为考虑到各个元素到大小。 举个例子来说,instagram app他里面各个图片的宽度是如何确定的? | 
|  |      3yelusiku      2011-05-18 16:42:57 +08:00 "Pixel is the appropriate unit of measurement to use when discussing the size of a device screen or the size of an icon you create in an image-editing application. Point is the appropriate unit of measurement to use when discussing the size of an area that is drawn onscreen." Retina与非Retina的Pixel不同,所以美术资源至少要做两套,但逻辑上的点是相同的。 建议仔细阅读《iOS Application Programming Guide》和《iOS Human Interface Guidelines》。 |