iOS4 上 uitableview 上的 iphone sqlite 数据

发布于 2024-10-11 06:43:30 字数 149 浏览 10 评论 0原文

我需要制作一个像地址簿这样的视图控制器,在其中我在网格上显示来自 sqlite 数据库的数据,并且在我可以编辑之后(显示一个新的视图控制器,其中包含我可以更改值的行的详细信息),删除并插入新行...

我该如何做到这一点或更好,是否有一个示例可以简单地做到这一点? 谢谢

I need to make a viewcontroller like the address book for example, where I show the data from a sqlite database on a grid, and after I can edit (show a new viewcontroller with the detail of the row where I can change the values), delete and insert new rows...

how can I do this or better, is there a sample to make this simply?
thanks

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

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

发布评论

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

评论(1

人生百味 2024-10-18 06:43:30

这将有助于入门:

http://developer.apple .com/library/ios/#documentation/userexperience/conceptual/TableView_iPhone/

您可能只想从包含数据的数组/字典/类开始,然后继续尝试使用核心数据加载它作为sqlite。

This will be helpful to get started:

http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/TableView_iPhone/

You may want to start off with just an array/dictionary/class containing your data, then move onto trying to load it with core data as an sqlite.

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