在 iPhone 中保存个人资料

发布于 2024-11-09 11:38:13 字数 75 浏览 0 评论 0原文

在我的应用程序中,我正在写入一些数据,我想保存它以便以后检索它。我该如何保存它以及将其保存在哪里?

请提出一些想法...

In my app, I am writing some data, and I want to save it so that I can retrieve it later. How can I save it and where will it be saved?

Please suggest some ideas...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

a√萤火虫的光℡ 2024-11-16 11:38:13

我认为您想使用 Core Data 将其存储在数据库中。如果您提供更具体的信息,我也许可以给出更具体的答案。

http://developer.apple.com/library/ mac/#documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html

I think you want to store it in a database using Core Data. If you give more specifics I may be able to give a more specific answer.

http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html

睫毛溺水了 2024-11-16 11:38:13

NSUserDefaults 是显而易见的建议。

其他建议是将其写入文档目录中的 .plist 文件或使用 core-data,具体取决于您想要保存的数量。

NSUserDefaults would be the obvious suggestion.

Other suggestions would be to write it to a .plist file in the documents directory or use core-data depending on how much you would want to save.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文