ios - NSCoding v/s Sqlite
<p><p>我正在开发一个 iOS 应用程序,它从 sqlite 数据库中获取 html 内容,并通过自定义的 Objective-c 对象将其加载到 webviews 中。</p>
<p>我愿意在这些自定义对象上实现 NSCoding 以避免从 sqlite 获取内容。</p>
<p>任何人都知道使用 NSCoding 比从 sqlite db 获取更有益多少?</p>
<p>提前致谢,</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>根据我的经验,NSCoding 需要的代码行数比 sqlite 数据库管理要少得多。更少的代码往往意味着更少的错误。</p></p>
<p style="font-size: 20px;">关于ios - NSCoding v/s Sqlite,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/9277965/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/9277965/
</a>
</p>
页:
[1]