菜鸟教程小白 发表于 2022-12-12 17:30:59

ios - 使用 XCode 7 截取视网膜屏幕截图


                                            <p><p>我正在尝试使用 XCode 7 截取所有 iPhone 型号的屏幕截图,然后再提交到 App Store。我看到其他帖子说“视网膜”设备在模拟器应用程序的硬件菜单项下可用。但是,我在该菜单中看不到任何视网膜设备,当我截屏时,它们的分辨率不正确。有谁知道如何使用 XCode 7 和模拟器获取 App Store 准备好的屏幕截图?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>如 <a href="https://developer.apple.com/library/prerelease/ios/documentation/IDEs/Conceptual/iOS_Simulator_Guide" rel="noreferrer noopener nofollow">Simulator Guide</a> 中所述(使用模拟器部分的调试工具):</p>

<blockquote>
<p><strong>Optimize Rendering for Window Scale</strong>
Selecting this option improves the
rendering speed of the screen for scaled simulated devices. The option
is useful for large devices such as iPad Pro. Screen shots are saved
at the scaled resolution when this option is active. To save a full
resolution screenshot, temporarily disable this option.</p>
</blockquote></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 使用 XCode 7 截取视网膜屏幕截图,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/34144778/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/34144778/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 使用 XCode 7 截取视网膜屏幕截图