菜鸟教程小白 发表于 2022-12-13 03:14:07

ios - 为 iPhone 6/iPhone 6 plus 优化应用程序


                                            <p><p>我怀疑是否建议使用指南来使应用程序适应 iPhone 6 和 iPhone 6 plus 的新屏幕(我添加了所有新图标和启动屏幕:<a href="http://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions" rel="noreferrer noopener nofollow">http://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions</a>)。我知道 iPhone 6 plus 图片是@3x 并且 iPhone 6 的宽度比以前的版本大。</p>

<p>我的问题是,例如,如果建议字体大小不同、更小,或者 xcode 是否自动执行此操作。图片大小也一样。</p>

<p>我已阅读 Apple 指南,但没有澄清我的问题:</p>

<p> <a href="https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/index.html#//apple_ref/doc/uid/TP40006556-CH66-SW1" rel="noreferrer noopener nofollow">https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/index.html#//apple_ref/doc/uid/TP40006556-CH66-SW1</a> </p>

<p>有任何建议、指南或建议吗?</p>

<p><strong>更新:</strong>我找到了一个可能的解决方案。如果您使用 Launch xib(或 Storyboard ),屏幕将适应新设备。更多信息 <a href="https://stackoverflow.com/questions/26252320/still-not-optimized-for-iphone-6-and-iphone-6-plus" rel="noreferrer noopener nofollow">here</a> .</p>

<p>谢谢。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您应该以 <em>points</em> 而不是 <em>pixels</em> 来考虑 iPhone/iPad 屏幕。这样做意味着 iOS 在每台设备上都做了“正确的事情”(或者至少 Apple 认为是正确的事情)。通常,所有设备上的字体大小保持不变。在 iPhone6/6+ 上,您只需在屏幕上获得更多信息。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 为 iPhone 6/iPhone 6 plus 优化应用程序,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/26797826/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/26797826/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 为 iPhone 6/iPhone 6 plus 优化应用程序