从数据模型创建用户界面
我已经创建了 xcdatamodel 文件。然后我按照
所以我创建了一个新项目。我选择基于 iOs 应用程序窗口的应用程序。
然后我按照选项的说明将实体拖到主视图中。什么也没发生。
我应该怎么办?
有视频教程吗?
I already created my xcdatamodel file. Then I follow instruction in
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来像是文档中的错误。据我所知,不可能对 iOS(即 Cocoa Touch)项目执行此操作,它仅适用于 Mac OS(即 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:
它似乎也不适用于 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.