菜鸟教程小白 发表于 2022-12-12 11:52:28

ios - [UIScreen mainScreen].bounds.size iOS 7 和 iOS 8 的区别


                                            <p><p>iOS 8 中的 UIScreen 现在是面向界面的 (<a href="https://stackoverflow.com/questions/24150359/is-uiscreen-mainscreen-bounds-size-becoming-orientation-dependent-in-ios8/25791923#25791923" rel="noreferrer noopener nofollow">Is .bounds.size becoming orientation-dependent in iOS8?</a>)。 </p>

<p>我的应用仅在横向模式下运行 - 因此在 iOS 7 和 iOS 8 中,bounds.size.width 和 bounds.size.height 的值将被切换。为了支持 iOS 7 和 iOS 8,这是否意味着在我的代码中,我需要检测 iOS 的版本(或者例如将两个维度中较大的一个分配给我的 'width' 变量,将较短的分配给 '高度'变量)?我应该补充一点,我正在以编程方式创建 View 。 </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>是的,您需要以编程方式检查操作系统版本并返回适当的值。这是一种检查方法:<a href="https://stackoverflow.com/questions/7848766/how-can-we-programmatically-detect-which-ios-version-is-device-running-on" rel="noreferrer noopener nofollow">How can we programmatically detect which iOS version is device running on?</a> .</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - .bounds.size iOS 7 和 iOS 8 的区别,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/25990631/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/25990631/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - [UIScreen mainScreen].bounds.size iOS 7 和 iOS 8 的区别