iPhone GUI 对象在正常显示和视网膜显示之间迁移位置

发布于 2024-12-02 23:37:10 字数 211 浏览 0 评论 0原文

我正在为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑咖 2024-12-09 23:37:10

@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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文