iPhone GUI 对象在正常显示和视网膜显示之间迁移位置
我正在为 iPhone 开发应用程序,它使用视网膜和非视网膜显示器的图形。 每个 UIViewController 都显示状态栏和导航栏。 视图的模拟指标值已针对上述选项正确设置。
我面临的问题是,当应用程序在 iPhone 4 上运行时,按钮会迁移大约 30 像素。所有 GUI 对象的调整大小设置都设置为默认值。
你能帮我解决这个问题吗?
谢谢你, 安德烈
I am developing and app for iPhone which uses graphics for retina and non-retina displays.
Every UIViewController displays both the status bar and the navigation bar.
The views' simulated metrics values are set correctly for the above options.
The issue I am facing is that the buttons are migrating about 30 pixels when the app runs on iPhone 4. The resize settings of all the GUI objects are set to default.
Could you help me with this issue?
Thank you,
Andrei
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
@2x 版本的图像分辨率是否是非视网膜版本的分辨率的两倍?
不同的尺寸可能会导致图像在显示之间改变位置。
你能检查一下3GS和iPhone 4上按钮边框的值是否相同吗?
Are the @2x version of the images exactly twice the resolution of the non-retina versions?
Different sizes can cause the images to change places between displays.
Can you check the value of the frames of buttons both on 3GS and iPhone 4 and see if they are the same?