ios - Caches 目录的向后兼容性
<p><p>iCloud 建议之一是使用 <code>Library/Caches</code> 目录来存储不需要备份到云端的文件。该目录的向后兼容性如何?如果它在 iPhone OS 3.0 上不存在,我需要创建它吗?我可以依赖它的存在并使用这样的代码来获取它的路径吗?</p>
<pre><code>NSArray *paths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES);
NSString *cachesDirectory = ( > 0) ? : nil;
</code></pre></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>NSCachesDirectory 是在 iOS 2.0 中引入的。</p></p>
<p style="font-size: 20px;">关于ios - Caches 目录的向后兼容性,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/8241885/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/8241885/
</a>
</p>
页:
[1]