菜鸟教程小白 发表于 2022-12-13 09:57:56

ios - 我正在尝试在模拟器中获取 iPhone 6 的屏幕尺寸,但它显示的尺寸错误


                                            <p><p>在这里你看到 <strong>Width as 320</strong> 和 <strong>Height as 568</strong> 但这是错误的,因为我在 <strong>iPhone 6</strong> 和 <strong> 中运行iPhone 6 Plus</strong> 模拟器。你们中的任何人都知道为什么会这样。我重置模拟器并尝试没有任何变化。 </p>

<p>这适用于 iPhone 6 Plus
<img src="/image/S5T4a.png" alt="enter image description here"/> </p>

<p>这是为 iPhone 6
   <img src="/image/TVtDQ.png" alt="enter image description here"/> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>除非您不添加 iPhone 6 和 6 plus 的启动图像,否则它不会根据 iPhone 6 和 6 plus 调整您的 View 大小,但会从 iPhone 5 返回它。</p>

<p>这是因为如果您的应用程序是在 xcode 5 上使用低于 8.0 的 ios 版本构建的,Apple 会小心,它们会被缩放和拉伸(stretch)以适应 iPhone6 和 iPhone 6 plus。如果您想利用新设备,则必须在项目中添加启动图像。查找 <a href="https://stackoverflow.com/questions/25930216/how-the-apps-already-build-for-iphone-4-and-5-will-shown-in-iphone-6-and-6-plus" rel="noreferrer noopener nofollow">Question</a>它会清除你的疑虑。 </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 我正在尝试在模拟器中获取 iPhone 6 的屏幕尺寸,但它显示的尺寸错误,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/27188984/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/27188984/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 我正在尝试在模拟器中获取 iPhone 6 的屏幕尺寸,但它显示的尺寸错误