将 iPhone 3.1.3 应用程序迁移到 iOS 4 兼容性(屏幕尺寸和分辨率)
我开发了一个iPhone 3.1.3应用程序,我想让它与iOS4兼容。
我必须做一些特别的事情吗?
iPhone 3GS 屏幕为 480x320 像素和 163 dpi。 iPhone 4 屏幕为 960x640 像素和 326 dpi。
我必须更改图像分辨率和视图吗?
顺便说一下,我使用过iPhone 3 SDK。现在我要安装 iPhone 4 SDK。
I've developed an iPhone 3.1.3 app and I want to make it compatible with iOS4.
Do I have to do something special?
iPhone 3GS screen is 480x320 px and 163 dpi.
iPhone 4 screen is 960x640 px and 326 dpi.
Do I have to change my images resolutions and views?
By the way, I've used iPhone 3 SDK. Now I'm going to install iPhone 4 SDK.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不需要做任何事。 iOS 将为您缩放图像。
You don't have to do anything. iOS will scale the images for you.