菜鸟教程小白 发表于 2022-12-12 22:47:35

iphone/ipad 发展向前


                                            <p><div>
            <aside class="s-notice s-notice__info post-notice js-post-notice mb16"role="status">
      <div class="d-flex fd-column fw-nowrap">
            <div class="d-flex fw-nowrap">
                <div class="flex--item wmn0 fl1 lh-lg">
                  <div class="flex--item fl1 lh-lg">
                        <b>关闭</b>。这个问题是<a href="https://stackoverflow.com/help/closed-questions" rel="noreferrer noopener nofollow">opinion-based</a> .它目前不接受答案。
                        
                  <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您可能会使用 iOS6 <strong>SDK</strong> 快速进行开发。</p>

<p>但<strong>使用 iOS6 SDK 并不意味着您的应用只能兼容 iOS6</strong>。这只意味着您将能够使用 iOS6 中存在的所有方法,包括之前 API 中已经存在的方法(例如 iOS5 中),<strong>和</strong> iOS6 中引入的新 API。</p>

<p>因此,即使您使用 iOS6 SDK,只要您使用 iOS5 中已经存在的方法(大部分),您的应用程序也将与 iOS5 和 iOS6 兼容。</p>

<ul>
<li>如果您使用 iOS5 中已经存在且 iOS6 中仍然存在的方法(即 SDK 的大多数方法),您的应用程序将在 iOS5 和 iOS6 中运行。但是您不会利用 iOS6 中引入的 iOS5 中不存在的新功能,因为 iOS5 用户的操作系统中不会有这些功能。</li>
<li>您可以使用 iOS6 中引入但 iOS5 中不存在的新方法,但是您要么放弃对 iOS5 的支持,要么在使用之前确保检查方法的可用性。例如,如果您打算有一个按钮使用一些仅在 iOS6 中引入而在 iOS5 中不存在的类或方法,请首先检查该类或方法的可用性,只有在可用时才调用它.如果该类/方法在他的操作系统版本中不可用,您可以通知用户此功能对他不可用,鼓励他升级其操作系统版本。</li>
</ul>

<p>如需了解更多信息,<strong>我强烈建议您阅读 <a href="http://developer.apple.com/library/ios/#DOCUMENTATION/DeveloperTools/Conceptual/cross_development/Introduction/Introduction.html" rel="noreferrer noopener nofollow">SDK Compatibility Guide</a>来自Apple文档</strong>,说明了一切:SDK版本与您支持的操作系统版本之间的差异,如何检查是否可以使用最新SDK中新引入的方法(即如果用户正在运行 iOS5,则阻止使用在 iOS5 中不存在的方法,等等。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone/ipad 发展向前,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/12467752/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/12467752/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone/ipad 发展向前