查看应用程序内的核心数据

发布于 2024-11-06 18:36:31 字数 265 浏览 0 评论 0原文

我正在考虑在开发和测试应用程序时编写一些 UIViewController 来显示核心数据存储中的数据。

我正在考虑这样的事情:一个视图控制器,允许用户选择要传递到获取请求中的参数,然后是一个表视图控制器,用于列出获取结果,最后是一个视图控制器,用于显示特定条目中的数据从获取结果中。

有谁知道一些与此类似的开源代码,或者我应该采取不同的方法来监控我的数据?

注意:为了澄清,我正在讨论一个通用解决方案,可以使用 CoreData 以最少的配置将其放入任何应用程序中。

I was thinking of writing some UIViewControllers to display the data in my Core Data stores while developing and testing an app.

I was thinking of something like this: A view controller that allows the user to select parameters to be passed into a fetch request, then a table view controller to list the fetch results, and finally a view controller to display the data in a particular entry from the fetch results.

Does anyone know of some open source code already similar to this, or a different approach I should take for monitoring my data?

NOTE: To clarify, I'm talking about a generic solution that could be put into any app using CoreData with minimal configuration.

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

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

发布评论

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

评论(1

大姐,你呐 2024-11-13 18:36:31

不是您问题的直接答案,但 mac 应用商店中有一个新应用程序,可让您查看和操作核心数据存储。虽然它没有与您自己的应用程序集成(并且它不是最便宜的软件),但您可能会发现它很有帮助。我几分钟前偶然发现了它并想到了你的问题。

http://itunes.apple.com/us/app /core-data-editor/id403025957?mt=12

Not a direct answer to your question but there is a new app in the mac app store which allows you to view and manipulate Core Data Stores. While it doesn't integrate in with your own app (and its not the cheapest software out there) you might find it helpful. I stumbled across it a few moments ago and thought of your question here.

http://itunes.apple.com/us/app/core-data-editor/id403025957?mt=12

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