iPhone 示例

发布于 2024-10-06 02:32:19 字数 341 浏览 1 评论 0原文

你能给我提供一个基本的 iPhone 示例吗?其中包含以下内容:

一个。它主要是一个基于导航的应用程序(顶级视图、详细视图等

)它还使用表格(显示项目列表、项目详细信息、添加、编辑、删除)

c.它使用 Core Data 来存储列表项

d。或者,如果它使用 API 来检索一些表数据(否则如果 API 不返回则用户输入),那就太好了。

虽然我确实有所有这些东西的单独示例,但我基本上是在寻找一个将所有这些东西组合到一个应用程序中的示例。

我已经阅读了一些 IOS 开发人员参考资料,因此需要其他组合示例。

任何参考示例将不胜感激。

多谢。

Can you provide me a basic iPhone example which has the following;

a. It is primarily a navigation-based app (Top-level view, Detail view, etc)

b. It also uses table (to present list of items, item details, add, edit, delete)

c. It uses Core Data for storing the list items

d. Optionally, it would be really great if it uses an API for retrieving some of the table data (otherwise user entered if API does not return).

While I do have individual examples for all these thing, I ma basically looking for an example which kind of combines all these things into a single app.

I have already gone through some of the IOS developer reference and hence would want other combined examples.

Any reference examples would be highly appreciated.

Thanks a lot.

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

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

发布评论

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

评论(4

绅士风度i 2024-10-13 02:32:19

您是否看过 iOS 示例代码库?您会找到所有这些的示例。他们有 TopSongs(API、导航视图、表格视图、核心数据)和核心数据的 CoreDataBooks。

Have you looked through the iOS Sample Code library? You'll find examples of all these. They have TopSongs (API, Navigation Views, Table Views, Core Data) and CoreDataBooks for Core Data.

金橙橙 2024-10-13 02:32:19

如果您使用基于导航的模板创建项目并选择“使用核心数据”,您将获得您想要的应用程序类型的框架。

If you create a project using the Navigation based template and select "Use Core Data" you will get the skeleton of exactly the type of app you want.

谈场末日恋爱 2024-10-13 02:32:19

Apple 的开发者网站 developer.apple.com 上提供了涵盖所有这些内容的示例。

Examples covering all of those are on Apple's developer website, developer.apple.com.

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