ios - 为什么 iPhone 6 Plus 的屏幕尺寸在真机上是 375x667?
<p><p>我写了一个简单的通用应用程序(Objective-C),在真机 iPhone 6 Plus 上运行时发现,在 LLVM 中我查看 <code>.size</code> 是:</p>
<pre><code>(lldb) po
<UIScreen: 0x144502cd0; bounds = {{0, 0}, {375, 667}}; mode = <UIScreenMode: 0x170028f60; size = 1125.000000 x 2001.000000>>
</code></pre>
<p>但在使用模拟器时,iPhone 6 Plus:</p>
<pre><code>(lldb) po
<UIScreen: 0x7fd933008300; bounds = {{0, 0}, {414, 736}}; mode = <UIScreenMode: 0x7fd9333004e0; size = 1242.000000 x 2208.000000>>
</code></pre></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>在<strong>设置 > 显示和亮度 >View 中检查设备是否未设置为缩放分辨率模式。</strong></p>
<p>将手机设置为缩放分辨率将导致屏幕返回不同的点大小,这似乎是您所遇到的。</p></p>
<p style="font-size: 20px;">关于ios - 为什么 iPhone 6 Plus 的屏幕尺寸在真机上是 375x667?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/30326215/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/30326215/
</a>
</p>
页:
[1]