iPad模拟器的屏幕分辨率

发布于 2025-01-06 20:55:43 字数 200 浏览 1 评论 0原文

我设计了我的第一个 iPad 应用程序。

当我在模拟器上运行它时,分辨率非常小。比 ipad 的实际分辨率还要小。现在我没有ipad,无法在其上测试应用程序。

分辨率有什么问题?

UPD 我将大显示器连接到我的 MacBook。但分辨率仍然很小。我认为那是因为 MacBook 的显示屏是主要的,而大显示器是第二位的。我怎样才能改变它?

I designed my first ipad app.

And when i run it on the simulator resolution is really small. Smaller than really ipad's resolution. Right now i have not ipad, and cant test app on it.

What the problem with resolution?

UPD I connect big display to my macbook. But resolution is still small. I think thats because macbook's display is primary and big monitor is the second. How can i change it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

┼── 2025-01-13 20:55:43

问题在于您的屏幕的物理分辨率低于 iPad 屏幕的物理分辨率。例如,我的 iMac 屏幕每约 19 英寸宽度有 1920 个像素,或者大约每英寸 100 个像素。 iPad 的屏幕密度约为 130 ppi,高出三分之一。如果您认真对待您的应用程序,则无论如何都必须在真实设备上进行测试。 (顺便说一句,如果您只是谈论窗口大小,可以在“窗口”菜单中或使用 ⌘1–⌘3 快捷键进行更改。)

The problem is that the physical resolution of your screen is lower than the physical resolution of the iPad’s screen. For example my iMac’s screen has 1920 pixels per ~19 inches of width, or roughly 100 pixels per inch. The iPad’s screen density is about 130 ppi, one third higher. If you’re serious about your app, you have to test on the real device anyway. (By the way, if you are simply talking about the window size, that can be changed in the Window menu or using ⌘1–⌘3 shortcuts.)

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