iphone - 如果我将我的应用程序转换为 ARC,它仍然可以在运行 iOS 4 的设备上运行吗?
<p><p>我刚刚将我的应用转换为 ARC,更新是否仍可在运行 iOS 4 的设备上运行?</p>
<p>另外,新的 UIAlertView 文本输入样式怎么样?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>ARC 代码在 iOS 4.0+ 和 Mac OS X 10.6+ 上运行,但是,您不能使用归零弱引用。这仅在 iOS 5+ 和 Mac OS X 10.7+ 上受支持。</p>
<p>这在 <a href="http://developer.apple.com/library/ios/#releasenotes/ObjectiveC/RN-TransitioningToARC/_index.html#//apple_ref/doc/uid/TP40011226" rel="noreferrer noopener nofollow">Transitioning to ARC Release Notes</a> 中有记录. </p></p>
<p style="font-size: 20px;">关于iphone - 如果我将我的应用程序转换为 ARC,它仍然可以在运行 iOS 4 的设备上运行吗?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/7782598/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/7782598/
</a>
</p>
页:
[1]