iPhone 应用程序使用什么 dpi 分辨率?
我正在开发 iPhone 应用程序的模板,想知道它使用什么 dpi 分辨率? 300还是72?
我不确定,我希望有人能回答我这个问题。
I am working on a template for an iPhone App and was wondering what dpi resolution is used for it ? 300 or 72 ?
I am not sure and I hope somebody can answer me that question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
原始 iPhone 屏幕的分辨率为 163dpi - 在您的设备中使用该分辨率如果您希望能够以实际尺寸打印屏幕设计,请使用模板。
对于 iPhone4/4s,使用 326 dpi
The original iPhone screen has a resolution of 163dpi - use that in your template if you want to be able to print your screen designs at actual size.
For iPhone4/4s, use 326 dpi
72 是图像的 dpi
72 is the dpi for images
鉴于 iPhone 和模拟器之间的 dpi 差异,您可能希望对 iPhone 屏幕使用 480x320 的原始像素值。
Given the difference in the dpi between the iPhone and the simulator, you might want to use the raw pixel values of 480x320 for the iPhone screen.
iPhone 屏幕的 DPI 为 163,但我发现该分辨率的图像在 Xcode 和 Interface Builder 中显得太小。我建议在为 iPhone 制作位图图像时假装屏幕具有 72 DPI,但请记住,如果您正在绘制尺子,则屏幕具有 163 DPI。
The iPhone screen has 163 DPI, but I've found that images at that resolution appear too small in Xcode and Interface Builder. I recommend pretending that the screen has 72 DPI when making bitmap images for the iPhone, but remember that the screen has 163 DPI if you're drawing a ruler.