从数据模型创建用户界面

发布于 2024-10-31 13:21:02 字数 534 浏览 1 评论 0原文

我已经创建了 xcdatamodel 文件。然后我按照

http://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/XcodeCoreDataTools/Articles/xcdCreatingUserInterface.html#//apple_ref/doc/uid/TP40006854-SW1

所以我创建了一个新项目。我选择基于 iOs 应用程序窗口的应用程序。

然后我按照选项的说明将实体拖到主视图中。什么也没发生。

我应该怎么办?

有视频教程吗?

I already created my xcdatamodel file. Then I follow instruction in

http://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/XcodeCoreDataTools/Articles/xcdCreatingUserInterface.html#//apple_ref/doc/uid/TP40006854-SW1

So I created a new project. I select iOs Application Window Based Application.

Then I follow the instruction of option dragging the entities into the main view. Nothing happens.

What should I do?

Any video tutorial?

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

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

发布评论

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

评论(2

冷情 2024-11-07 13:21:02

看起来像是文档中的错误。据我所知,不可能对 iOS(即 Cocoa Touch)项目执行此操作,它仅适用于 Mac OS(即 Cocoa)程序。

来自文档:

您可以使用 Xcode 建模工具快速创建用户界面,用于管理 Cocoa 应用程序中的实体实例。

Looks like a bug in the documentation. From what I know it is not possible to do this with iOS (ie Cocoa Touch) projects, it only works with Mac OS (ie Cocoa) programs.

from the document:

You can use the Xcode modeling tool to quickly create a user interface for managing entity instances in a Cocoa application.

善良天后 2024-11-07 13:21:02

它似乎也不适用于 MAC 操作系统应用程序。 Xcode 4 中似乎存在错误或该功能已被删除。

It does not seem to work for a MAC OS application either. It look like there is a bug in Xcode 4 or the function has been removed.

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