我的应用程序可以在 iPhone OS4 上运行吗?
iPhone OS4 中的屏幕分辨率有所提高。由于许多 UI 内容都有硬编码坐标,我的应用程序能在 OS4 上正常运行吗?我还没有Snow Leopard,所以无法测试运行OS4的模拟器。
Screen resolution has increased in iphone OS4. Since lot of UI stuff have hardcoded co-ordinates, will my app run properly on OS4? I still haven't got Snow Leopard, so cant test run the simulator for OS4.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
众所周知,点与像素的数量为2:1,因此点320在高分辨率下有640个像素,在低分辨率下有320个像素。低分辨率图像会有些锯齿,但它们在屏幕上的位置将保持不变。
It is publicly known that the number of points vs pixels is 2:1 so point 320 has 640 pixels in hi-res and 320 pixels in low-res. Low resolution images will be somewhat jaggy, but their positioning on the screen would remain the same.